Crossword-Layout-Generator icon indicating copy to clipboard operation
Crossword-Layout-Generator copied to clipboard

Support in non-ES5-compatible environments

Open MichaelWehar opened this issue 6 years ago • 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.

MichaelWehar avatar Nov 17 '19 22:11 MichaelWehar