1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-02 13:52:18 -05:00
wallabag/web/assets/js/app.js

13 lines
203 B
JavaScript
Raw Normal View History

var poche = {};
poche.App = (function() {
return {
Run: function() {
// poche.Event.ListenKeyboardEvents();
poche.Event.ListenMouseEvents();
},
}
})();