MichaelWehar / Crossword-Layout-Generator

Crossword Layout Generator - Open Source
http://michaelwehar.com/crosswords
MIT License
56 stars 17 forks source link

Support in non-ES5-compatible environments #5

Open MichaelWehar opened 4 years ago

MichaelWehar commented 4 years ago

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.