SoundJS v1.0.0 API Documentation : soundjs/version_cordovaplugin.js

API Documentation for: 1.0.0
Show:

File:version_cordovaplugin.js

  1. /**
  2. * @module SoundJS
  3. */
  4. this.createjs = this.createjs || {};
  5.  
  6. (function () {
  7.  
  8. var s = createjs.CordovaAudioPlugin = createjs.CordovaAudioPlugin || {};
  9.  
  10. /**
  11. * The version string for this release.
  12. * @for CordovaAudioPlugin
  13. * @property version
  14. * @type String
  15. * @static
  16. **/
  17. s.version = /*=version*/""; // injected by build process
  18.  
  19. /**
  20. * The build date for this release in UTC format.
  21. * @for CordovaAudioPlugin
  22. * @property buildDate
  23. * @type String
  24. * @static
  25. **/
  26. s.buildDate = /*=date*/""; // injected by build process
  27.  
  28. })();
  29.