add changes to create ticket

This commit is contained in:
2015-10-08 10:13:29 +02:00
parent 2e906de8c2
commit c3ae414bba
21 changed files with 650 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
(function() {
var KeypressListener;
KeypressListener = (function() {
function KeypressListener(name) {
this.name = name;
}
KeypressListener.prototype.listen = function() {};
return KeypressListener;
})();
}).call(this);
//# sourceMappingURL=frontend.js.map