mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 22:54:44 +00:00
jshint was complaining about .this
This commit is contained in:
parent
82a9a5bb3f
commit
3ba911a6f8
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@
|
|||
},
|
||||
|
||||
decorate: function(opts){
|
||||
var thisVal = opts.this || window;
|
||||
var thisVal = opts.self || window;
|
||||
|
||||
return function(){
|
||||
var returnVal;
|
||||
|
|
@ -141,4 +141,4 @@
|
|||
}
|
||||
}
|
||||
};
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue