Last active
December 16, 2016 02:28
-
-
Save siassaj/b040985990d152fb5539bcb032a128b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TypeError | |
| Assignment to read-only properties is not allowed in strict mode | |
| /webpack/application-431c379c0d62198efb9e.js in Anonymous function at line 1:755 | |
| {snip} nt"==gon.env&&(window.debugEvents=!0),f.default.polyfill(),window.focus=l.default,a.default.init(),window.anticlick.remove(),(0,o.default)(" {snip} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(function() { | |
| if (gon.env == "development") { | |
| window.debugEvents = true; | |
| } | |
| // Promise.polyfill(); | |
| window.focus = focus; | |
| boot.init(); | |
| window.anticlick.remove(); | |
| $('body').addClass('js-ready'); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment