mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-29 00:31:53 +08:00
Low-risk fixes suggested by JSHint.
This commit is contained in:
committed by
Blake Grotewold
parent
2efa9f1667
commit
67b3c7fb7e
@@ -33,7 +33,7 @@ var Notifications = {
|
||||
if(module != null && Engine.activeModule != module) {
|
||||
if(!noQueue) {
|
||||
if(typeof this.notifyQueue[module] == 'undefined') {
|
||||
this.notifyQueue[module] = new Array();
|
||||
this.notifyQueue[module] = [];
|
||||
}
|
||||
this.notifyQueue[module].push(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user