Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Define self to prevent exception, for #6607
Browse files Browse the repository at this point in the history
  • Loading branch information
njx committed Jan 22, 2014
1 parent 0aaa618 commit 0a5c494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/PreferenceStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 0a5c494

Please sign in to comment.