jshint was complaining about .this

This commit is contained in:
gseguin 2011-09-07 11:58:42 -07:00 committed by scottjehl
parent 82a9a5bb3f
commit 3ba911a6f8

View file

@ -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);