We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99a1b38 + 6522061 commit b6538aeCopy full SHA for b6538ae
lib/assets/javascripts/react_ujs.js.erb
@@ -1,7 +1,7 @@
1
/*globals React, Turbolinks*/
2
3
// Unobtrusive scripting adapter for React
4
-(function(document, window) {
+;(function(document, window) {
5
// jQuery is optional. Use it to support legacy browsers.
6
var $ = (typeof window.jQuery !== 'undefined') && window.jQuery;
7
0 commit comments