* Delete mods/login.js (not used)
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
This commit is contained in:
@@ -448,15 +448,6 @@ Client.prototype.address = function() {
|
||||
return this.input.address();
|
||||
};
|
||||
|
||||
// :TODO: remove these deprecated wrappers:
|
||||
Client.prototype.gotoMenuModule = function(options, cb) {
|
||||
this.menuStack.goto(options.name, options, cb);
|
||||
};
|
||||
|
||||
Client.prototype.fallbackMenuModule = function(options, cb) {
|
||||
this.menuStack.prev(cb);
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Default error handlers
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user