paper.js/src/core
2015-06-15 20:03:13 +02:00
..
Base.js Implement unique ids, and fix issue with Base.deserialize() 2015-05-11 19:39:39 +02:00
Emitter.js Protect Emitter#emit() against handler list changes. 2015-06-15 20:03:13 +02:00
PaperScope.js Merge pull request #591 from ponychicken/detectAtomShell 2015-01-21 14:57:15 +01:00
PaperScopeItem.js Time to go with the flow and use the on()/off()/emit() pattern for events. 2014-10-08 14:57:56 +02:00
PaperScript.js It was possible for loadAll to execute paperscript source in a different order from the order the script tags appear in the HTML. This is due to the script source being retrieved asynchronously in loadScript in the call to Http.request. This fix retrieves paperscript source synchronously unless the HTML5 async attribute is included on the script element. 2015-04-18 10:23:44 -04:00