mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Delete mods/login.js (not used)
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
This commit is contained in:
parent
f7a7423b32
commit
b1be5cdff4
12 changed files with 16 additions and 85 deletions
|
@ -7,24 +7,6 @@ var loadMenu = require('./menu_util.js').loadMenu;
|
|||
var _ = require('lodash');
|
||||
var assert = require('assert');
|
||||
|
||||
/*
|
||||
MenuStack(client)
|
||||
stack[] push, pop, ...
|
||||
|
||||
next()
|
||||
goto(name, options, cb)
|
||||
prev()
|
||||
|
||||
MenuModule
|
||||
nextMenu()
|
||||
gotoMenu(name, options, cb)
|
||||
prevMenu()
|
||||
*/
|
||||
|
||||
// :TODO: Clean up client attach/detach/etc.
|
||||
// :TODO: gotoMenuModule() -> MenuModule.gotoMenu()
|
||||
// :TODO: fallbackMenuModule() -> MenuModule.prevMenu()
|
||||
|
||||
module.exports = MenuStack;
|
||||
|
||||
function MenuStack(client) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue