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

Commit

Permalink
Merge pull request #6608 from adobe/nj/issue-6607
Browse files Browse the repository at this point in the history
Define self to prevent exception
  • Loading branch information
dangoor committed Jan 22, 2014
2 parents 0aaa618 + 0a5c494 commit ba3e47c
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 ba3e47c

Please sign in to comment.