1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-25 07:51:44 -05:00

13 lines
203 B
JavaScript

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