API Documentation for: 0.4.1
Show:

File:version.js

(function() {

/**
 * Static class holding library specific information such as the version and buildDate of
 * the library.
 * @class TweenJS
 **/
var o = this.createjs = this.createjs||{};
o = (o.TweenJS = o.TweenJS||{});
 
/**
 * The version string for this release.
 * @property version
 * @type String
 * @static
 **/
o.version = /*version*/"0.4.1"; // injected by build process

/**
 * The build date for this release in UTC format.
 * @property buildDate
 * @type String
 * @static
 **/
o.buildDate = /*date*/"Tue, 14 May 2013 22:51:55 GMT"; // injected by build process

})();