proximity-structures/js
Tyler Hallada b350f1b271 Fix occasional failure to init event handlers
If the 'load' event fired on the `window` before Pixi.js ran `.load()`, then the
canvas element would not be in the DOM and an exception would be thrown before
the event handlers could be registered. Now, the event handlers are added at the
end of `loopStart`, the function called on Pixi's `.load()`.
2018-06-07 22:33:02 -04:00
..
proximity.js Fix occasional failure to init event handlers 2018-06-07 22:33:02 -04:00