9 Commits
Author SHA1 Message Date
Joe Schafer 556ecf63a5 easeljs: fix decompose return type
With no args, Matrix2D decompose returns a new object with similar
properties to a DisplayObject.

http://www.createjs.com/Docs/EaselJS/classes/Matrix2D.html#method_decompose
2014-11-25 00:33:04 -05:00
Joe Schafer 2e39d2b190 easeljs: add decompose with no args
With no args, Matrix2D decompose returns a new object.

http://www.createjs.com/Docs/EaselJS/classes/Matrix2D.html#method_decompose
2014-11-25 00:04:57 -05:00
Joe Schafer 963fa11a66 easeljs: add Stage to Ticker.addEventListener
Stage is supported as an eventListener for convenience.  For example:

    createjs.Ticker.addEventListener("tick", stage);

See http://www.createjs.com/Docs/EaselJS/classes/Ticker.html
2014-11-19 23:07:53 -05:00
s_kimura 380322af6b update to EaselJS v0.7.1. 2014-01-19 17:16:47 +09:00
Chris Smith 7bca55dd1d Updated EaselJS definitions to v0.7 and TweenJS definitions to v0.5 2013-11-22 22:41:11 -08:00
Diullei Gomes a52ff2ad53 fix easeljs test 2013-02-24 03:06:05 -03:00
Boris Yankov 209d95071a Update reference paths 2013-01-17 20:03:30 +02:00
Boris Yankov 7c82efb17a Update reference paths 2012-11-19 01:28:08 +02:00
Boris Yankov c91c45f9ae Move definitions and test in separate folders
This enables each definition to have a readme if necessary.
Also a .json metadata file to help with package managers.
And last, to have different versions of the definitions.
2012-11-18 22:28:44 +02:00