Skip to content

Commit b6538ae

Browse files
author
Robert Mosolgo
committed
Merge pull request #210 from orlando/bug/semi-colon-iife
adding semi-colon in front of IIFE
2 parents 99a1b38 + 6522061 commit b6538ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assets/javascripts/react_ujs.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*globals React, Turbolinks*/
22

33
// Unobtrusive scripting adapter for React
4-
(function(document, window) {
4+
;(function(document, window) {
55
// jQuery is optional. Use it to support legacy browsers.
66
var $ = (typeof window.jQuery !== 'undefined') && window.jQuery;
77

0 commit comments

Comments
 (0)