better jshint compliance for common files

This commit is contained in:
ansuz
2016-02-15 15:42:08 +01:00
parent 539cc3a2fa
commit d1885fbab6
5 changed files with 17 additions and 12 deletions

View File

@@ -149,9 +149,9 @@ define([
var doc = config.doc || null;
// trying to deprecate onRemote, prefer loading it via the conf
onRemote = config.onRemote || null;
var onRemote = config.onRemote || null;
transformFunction = config.transformFunction || null;
var transformFunction = config.transformFunction || null;
var socket = makeWebsocket(websocketUrl);
// define this in case it gets called before the rest of our stuff is ready.