topical media & game development

talk show tell print

mobile-graphic-easel-src-easeljs-version.js / js



  (function() {
  
  
Static class holding library specific information such as the version and buildDate of the library. @class EaselJS

  
  var o = this.createjs = this.createjs||{};
  o = (o.EaselJS = o.EaselJS||{});
   
  
The version string for this release. @property version @type String @static

  
  o.version = /*version*/"NEXT"; // injected by build process
  
  
The build date for this release in UTC format. @property buildDate @type String @static

  
  o.buildDate = /*date*/"Tue, 09 Apr 2013 19:05:37 GMT"; // injected by build process
  
  })();


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.