Skip to content

Commit

Permalink
Anonymize function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Apr 9, 2012
1 parent dee59cb commit 27a9578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chai-jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
var global = (false || eval)("this");
global.chai.use(chaiJquery);
}
}(function chaiJquery(chai) {
}(function (chai) {
var inspect = chai.inspect;

jQuery.fn.inspect = function (depth) {
Expand Down

0 comments on commit 27a9578

Please sign in to comment.