ENiGMA 1/2 WILL USE SPACES FROM THIS POINT ON VS TABS
* Really just to make GitHub formatting happy. Arg.
This commit is contained in:
@@ -63,7 +63,7 @@ function MenuView(options) {
|
||||
|
||||
this.emitIndexUpdate = function() {
|
||||
self.emit('index update', self.focusedItemIndex);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
util.inherits(MenuView, View);
|
||||
|
||||
@@ -100,7 +100,7 @@ function setUserPassword(user) {
|
||||
);
|
||||
}
|
||||
|
||||
function removeUser(user) {
|
||||
function removeUser() {
|
||||
console.error('NOT YET IMPLEMENTED');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user