Skip to content

Commit

Permalink
Add semicolon to appease the jslints
Browse files Browse the repository at this point in the history
  • Loading branch information
eriwen committed Oct 9, 2012
1 parent e4336e7 commit 42c1bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacktrace.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function printStackTrace(options) {
} }


if (typeof module !== "undefined" && module.exports) { if (typeof module !== "undefined" && module.exports) {
module.exports = printStackTrace module.exports = printStackTrace;
} }


printStackTrace.implementation = function() { printStackTrace.implementation = function() {
Expand Down

0 comments on commit 42c1bf2

Please sign in to comment.