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:
Bryan Ashby 2018-06-21 23:15:04 -06:00
parent 5ddf04c882
commit e9787cee3e
135 changed files with 27397 additions and 27397 deletions

View File

@ -63,7 +63,7 @@ function MenuView(options) {
this.emitIndexUpdate = function() { this.emitIndexUpdate = function() {
self.emit('index update', self.focusedItemIndex); self.emit('index update', self.focusedItemIndex);
} };
} }
util.inherits(MenuView, View); util.inherits(MenuView, View);

View File

@ -100,7 +100,7 @@ function setUserPassword(user) {
); );
} }
function removeUser(user) { function removeUser() {
console.error('NOT YET IMPLEMENTED'); console.error('NOT YET IMPLEMENTED');
} }