Skip to content

Commit c609660

Browse files
author
AJ ONeal
committed
use leading ';' to protect against idiocy
1 parent 9bb5315 commit c609660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*jshint -W054 */
2-
(function (exports) {
2+
;(function (exports) {
33
'use strict';
44

55
function Join(context) {

0 commit comments

Comments
 (0)