Fix typo
This commit is contained in:
parent
9148aab636
commit
8eec7ec7c8
@ -369,7 +369,7 @@ define([
|
|||||||
require(['/customize/store.js'], function(Legacy) {
|
require(['/customize/store.js'], function(Legacy) {
|
||||||
Legacy.ready(function (err, legacy) {
|
Legacy.ready(function (err, legacy) {
|
||||||
if (err) { cb(err, null); return; }
|
if (err) { cb(err, null); return; }
|
||||||
Legacy.get(storageKey, function (err2, recentPads) {
|
legacy.get(storageKey, function (err2, recentPads) {
|
||||||
if (err2) { cb(err2, null); return; }
|
if (err2) { cb(err2, null); return; }
|
||||||
if (isArray(recentPads)) {
|
if (isArray(recentPads)) {
|
||||||
cb(void 0, migrateRecentPads(recentPads));
|
cb(void 0, migrateRecentPads(recentPads));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user