add missing semicolon
This commit is contained in:
parent
b3ef2abb84
commit
c14b86d84a
@ -269,7 +269,7 @@ define([
|
|||||||
hjson.pop();
|
hjson.pop();
|
||||||
}
|
}
|
||||||
return hjson;
|
return hjson;
|
||||||
}
|
};
|
||||||
|
|
||||||
var onRemote = realtimeOptions.onRemote = function (info) {
|
var onRemote = realtimeOptions.onRemote = function (info) {
|
||||||
if (initializing) { return; }
|
if (initializing) { return; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user