mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
+ Concept of PluginModule and inherited classes such as ServerModule, MenuModule, ...
* Client now tracks current menu module. Auto detach events, etc.
This commit is contained in:
parent
d3e35d286a
commit
f7462bbbdd
11 changed files with 226 additions and 60 deletions
7
core/plugin_module.js
Normal file
7
core/plugin_module.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* jslint node: true */
|
||||
'use strict';
|
||||
|
||||
exports.PluginModule = PluginModule;
|
||||
|
||||
function PluginModule() {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue