IE9 gets error "unable to get value of the property 'push'"

Issue #8 resolved
simon repo owner created an issue

Seems that IE9 doesn't have push as an array method. Will have to either downgrade the syntax of polyfill.

Comments (2)

  1. simon reporter

    Actually turns out that the code to minify the js is deleting randomWords = []; which does not happen when it is changed to randomWords = new Array();

  2. Log in to comment