linted client-side core modules

This commit is contained in:
psychobunny
2015-02-25 19:15:02 -05:00
parent 241f5b0224
commit 26245133f3
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
"use strict";
/*global io, templates, translator, ajaxify, utils, bootbox, RELATIVE_PATH, config*/
/*global io, templates, translator, ajaxify, utils, bootbox, RELATIVE_PATH, config, Visibility*/
var socket,
app = app || {};
@@ -366,7 +366,7 @@ app.cacheBuster = null;
}
}
});
}
};
function createHeaderTooltips() {
if (utils.findBootstrapEnvironment() === 'xs') {