lint compliance

This commit is contained in:
ansuz 2018-06-28 15:25:22 +02:00
parent cfc81e8c96
commit cc6f3dc0e4
1 changed files with 1 additions and 1 deletions

View File

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