Skip to content

Commit

Permalink
Define self to prevent exception, for adobe#6607
Browse files Browse the repository at this point in the history
  • Loading branch information
Narciso Jaramillo 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.