Crossword-Layout-Generator
Crossword-Layout-Generator copied to clipboard
Support in non-ES5-compatible environments
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.