paper.js/src/core
Jürg Lehni 4b53d558f1 Refactor PaperScript code so it can be moved outside of main paper scope.
Allowing for better minifaction and the potential use of strict mode due to absence of with() statements inside the main paper scope.
2013-06-24 04:40:07 -07:00
..
Base.js Prevent overriding exported classes by inheriting classes with same _class value. 2013-06-24 04:22:43 -07:00
Callback.js Finally found a better and faster alternative for this.base() calls, by setting base on the function object instead. 2013-05-27 10:04:05 -07:00
PaperScope.js Refactor PaperScript code so it can be moved outside of main paper scope. 2013-06-24 04:40:07 -07:00
PaperScopeItem.js Fix issue with local paper variable shielding global one. 2013-05-30 11:26:47 -07:00
PaperScript.js Refactor PaperScript code so it can be moved outside of main paper scope. 2013-06-24 04:40:07 -07:00