aurelia-xeditable
Version:
Aurelia-xeditable is a bundle of Aurelia custom elements/attributtes that allows you to create editable elements.
11 lines (8 loc) • 337 B
JavaScript
;
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);
};