lint compliance
This commit is contained in:
parent
27c94b4437
commit
311f709dc4
@ -51,7 +51,7 @@ define([
|
|||||||
common.displayNameKey = 'cryptpad.username';
|
common.displayNameKey = 'cryptpad.username';
|
||||||
var newPadNameKey = common.newPadNameKey = "newPadName";
|
var newPadNameKey = common.newPadNameKey = "newPadName";
|
||||||
var newPadPathKey = common.newPadPathKey = "newPadPath";
|
var newPadPathKey = common.newPadPathKey = "newPadPath";
|
||||||
var oldStorageKey = common.oldStorageKey = 'CryptPad_RECENTPADS';
|
common.oldStorageKey = 'CryptPad_RECENTPADS';
|
||||||
common.storageKey = 'filesData';
|
common.storageKey = 'filesData';
|
||||||
var PINNING_ENABLED = AppConfig.enablePinning;
|
var PINNING_ENABLED = AppConfig.enablePinning;
|
||||||
|
|
||||||
@ -412,7 +412,7 @@ define([
|
|||||||
return parsed.hashData;
|
return parsed.hashData;
|
||||||
};
|
};
|
||||||
// Migrate from legacy store (localStorage)
|
// Migrate from legacy store (localStorage)
|
||||||
var migrateRecentPads = common.migrateRecentPads = function (pads) {
|
common.migrateRecentPads = function (pads) {
|
||||||
return pads.map(function (pad) {
|
return pads.map(function (pad) {
|
||||||
var parsedHash;
|
var parsedHash;
|
||||||
if (Array.isArray(pad)) { // TODO DEPRECATE_F
|
if (Array.isArray(pad)) { // TODO DEPRECATE_F
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user