lint compliance

This commit is contained in:
ansuz 2018-06-28 15:25:22 +02:00
parent cfc81e8c96
commit cc6f3dc0e4

View File

@ -468,7 +468,7 @@ define([
}; };
create['migrate'] = function () { create['migrate'] = function () {
return; if (true) { return; } // XXX js hint
// TODO // TODO
// if (!loginBlock) { return; } // if (!loginBlock) { return; }
// if (alreadyMigrated) { return; } // if (alreadyMigrated) { return; }