aurelia-xeditable
Version:
Aurelia-xeditable is a bundle of Aurelia custom elements/attributtes that allows you to create editable elements.
24 lines (19 loc) • 504 B
JavaScript
;
System.register([], function (_export, _context) {
"use strict";
var HelloWorld;
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
return {
setters: [],
execute: function () {
_export("HelloWorld", HelloWorld = function HelloWorld() {
_classCallCheck(this, HelloWorld);
});
_export("HelloWorld", HelloWorld);
}
};
});