topical media & game development

talk show tell print

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



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

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

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

  
  o.buildDate = /*date*/"Wed, 09 Jan 2013 04:14:26 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.