Open
Description
When I load Easel with RequireJS I get an error at line 1381:
var now = window.performance && (performance.now || performance.mozNow || performance.msNow || performance.oNow || performance.webkitNow);
performance is not defined
What is the cause of this? Am I forgetting to load another dependency?