aurelia-xeditable
Version:
Aurelia-xeditable is a bundle of Aurelia custom elements/attributtes that allows you to create editable elements.
17 lines (14 loc) • 414 B
JavaScript
define(["exports"], function (exports) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
var HelloWorld = exports.HelloWorld = function HelloWorld() {
_classCallCheck(this, HelloWorld);
};
});