forked from wizard23/evocell
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Just some errors running Evocell in Google Chrome I discovered, not sure if this will be any help to you guys but thought I might as well post here telling you of the issue anyway:
Consider using 'dppx' units, as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
cdnjs.cloudflare.com/ajax/libs/dat-gui/0.5/dat.gui.min.js:57 'webkitRequestAnimationFrame' is vendor-specific. Please use the standard 'requestAnimationFrame' instead.
require.js:141 Uncaught Error: Load timeout for modules: meSpeak
http://requirejs.org/docs/errors.html#timeout
Reactions are currently unavailable