Missing semicolon
This commit is contained in:
parent
60f834882a
commit
fdb24447c4
@ -161,7 +161,7 @@ models.service('models', ['$rootScope', '$filter', 'bufferResume', function($roo
|
||||
//only keep the root node
|
||||
for (var obj in nicklist) {
|
||||
if (obj !== 'root') {
|
||||
delete nicklist[obj]
|
||||
delete nicklist[obj];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user