add missing semicolon
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user