diff --git a/src/preferences/PreferenceStorage.js b/src/preferences/PreferenceStorage.js index c7e5d94f443..b292bb1a07c 100644 --- a/src/preferences/PreferenceStorage.js +++ b/src/preferences/PreferenceStorage.js @@ -190,7 +190,7 @@ define(function (require, exports, module) { */ PreferenceStorage.prototype.convert = function (rules, convertedKeys) { var prefs = this._json, - self, + self = this, complete = true, deferred = new $.Deferred();