Skip to content

Commit 6522061

Browse files
author
Orlando Del Aguila
committed
adding semi-colon in front of IIFE
1 parent 99a1b38 commit 6522061

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)