add changes to create ticket
This commit is contained in:
17
frontend/web/js/frontend.js
Normal file
17
frontend/web/js/frontend.js
Normal 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
|
||||
Reference in New Issue
Block a user