Skip to content

Commit cfe1e38

Browse files
authored
Merge pull request #427 from datacamp/add-semicolon
Add semicolon
2 parents 463b9ab + b56779f commit cfe1e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/_leadform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
$(document).ready(function() {
1515
$('.js-phone-label-question-mark').tooltip();
1616
})
17-
})($jq)
17+
})($jq);

0 commit comments

Comments
 (0)