pull/1/head
yflory 8 years ago
parent 9148aab636
commit 8eec7ec7c8

@ -369,7 +369,7 @@ define([
require(['/customize/store.js'], function(Legacy) {
Legacy.ready(function (err, legacy) {
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 (isArray(recentPads)) {
cb(void 0, migrateRecentPads(recentPads));

Loading…
Cancel
Save