paper.js/src/core
2011-11-11 18:29:28 +01:00
..
Base.js Hide internal properties even if they are enumerable in Base#toString() 2011-08-02 08:32:55 +01:00
Callback.js Define Callback code for callback based event handling (#atach() / #detach() #fire()) and start implementing it in View. 2011-11-11 18:29:28 +01:00
initialize.js Export classes through PaperScope in dev mode too. 2011-08-01 08:53:07 +01:00
PaperScope.js Some documentation fixes for v0.2 2011-08-01 14:25:46 +01:00
PaperScopeItem.js Define PaperScopeItem as a private base class for all classes that have lists and references in the PaperScope (Project, View, Tool), so they can share functionality (#initialize(), #activate(), #remove()), and add support for multiple tools. Closes #27 2011-08-02 10:08:08 +01:00
PaperScript.js Define Callback code for callback based event handling (#atach() / #detach() #fire()) and start implementing it in View. 2011-11-11 18:29:28 +01:00