add missing semicolon

This commit is contained in:
ansuz 2016-04-25 16:07:02 +02:00
parent b3ef2abb84
commit c14b86d84a
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ define([
hjson.pop();
}
return hjson;
}
};
var onRemote = realtimeOptions.onRemote = function (info) {
if (initializing) { return; }