Skip to content

Commit 69dc5ef

Browse files
Kevin J. LynaghKevin J. Lynagh
Kevin J. Lynagh
authored and
Kevin J. Lynagh
committedJun 13, 2011
Add a semicolon at the end of modules to prevent trouble when modules are concatenated into the same file.
1 parent 563b6d1 commit 69dc5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/end.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
})()
1+
})();

0 commit comments

Comments
 (0)
Please sign in to comment.