jshint compliance

This commit is contained in:
ansuz
2017-02-10 14:25:02 +01:00
parent 6c1981c776
commit 1232aa8a79
2 changed files with 3 additions and 3 deletions

View File

@@ -82,6 +82,7 @@ define([
});
};
var logoutHandlers = [];
var logout = common.logout = function (cb) {
[
userNameKey,
@@ -105,7 +106,6 @@ define([
if (cb) { cb(); }
};
var logoutHandlers= [];
var onLogout = common.onLogout = function (h) {
if (typeof (h) !== "function") { return; }
if (logoutHandlers.indexOf(h) !== -1) { return; }