Skip to content

Instantly share code, notes, and snippets.

@siassaj
Last active December 16, 2016 02:28
Show Gist options
  • Select an option

  • Save siassaj/b040985990d152fb5539bcb032a128b6 to your computer and use it in GitHub Desktop.

Select an option

Save siassaj/b040985990d152fb5539bcb032a128b6 to your computer and use it in GitHub Desktop.
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}
$(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