Skip to content

Commit

Permalink
Fix lint violations for wrap-iife
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Oct 8, 2018
1 parent 8e3d798 commit 1088513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinon/util/core/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var hasDontEnumBug = (function () {
}
}
return join(result, "") !== "0123456789";
})();
}());

/* Public: Extend target in place with all (own) properties from sources in-order. Thus, last source will
* override properties in previous sources.
Expand Down

0 comments on commit 1088513

Please sign in to comment.