Pardon the noise. More tab to space conversion!
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/* jslint node: true */
|
||||
'use strict';
|
||||
|
||||
const MenuModule = require('./menu_module.js').MenuModule;
|
||||
const MenuModule = require('./menu_module.js').MenuModule;
|
||||
|
||||
exports.moduleInfo = {
|
||||
name : 'Standard Menu Module',
|
||||
desc : 'A Menu Module capable of handing standard configurations',
|
||||
author : 'NuSkooler',
|
||||
name : 'Standard Menu Module',
|
||||
desc : 'A Menu Module capable of handing standard configurations',
|
||||
author : 'NuSkooler',
|
||||
};
|
||||
|
||||
exports.getModule = class StandardMenuModule extends MenuModule {
|
||||
@@ -20,7 +20,7 @@ exports.getModule = class StandardMenuModule extends MenuModule {
|
||||
return cb(err);
|
||||
}
|
||||
|
||||
// we do this so other modules can be both customized and still perform standard tasks
|
||||
// we do this so other modules can be both customized and still perform standard tasks
|
||||
return this.standardMCIReadyHandler(mciData, cb);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user