MichaelWehar/Crossword-Layout-Generator

Support in non-ES5-compatible environments

MichaelWehar opened this issue · 0 comments

In layout_generator.js, we call the Object.keys method.

Object.keys is supported in ES5-compatible environments, but might not be supported in other environments.