From 08deef88717c0ce9947b0d74a21771eba59d69c4 Mon Sep 17 00:00:00 2001 From: Carlos Sanz Garcia Date: Sat, 12 Sep 2015 13:49:38 +0200 Subject: [PATCH] Changed this.createjs for window.createjs --- lib/soundjs-0.6.1.combined.js | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/lib/soundjs-0.6.1.combined.js b/lib/soundjs-0.6.1.combined.js index f33d8b88..7dadbd1e 100644 --- a/lib/soundjs-0.6.1.combined.js +++ b/lib/soundjs-0.6.1.combined.js @@ -31,7 +31,7 @@ // version.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { @@ -65,7 +65,7 @@ this.createjs = this.createjs || {}; // extend.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; /** * @class Utility Methods @@ -101,7 +101,7 @@ createjs.extend = function(subclass, superclass) { // promote.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; /** * @class Utility Methods @@ -161,7 +161,7 @@ createjs.promote = function(subclass, prefix) { // IndexOf.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; /** * @class Utility Methods @@ -193,7 +193,7 @@ createjs.indexOf = function (array, searchElement){ // Proxy.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; /** * Various utilities that the CreateJS Suite uses. Utilities are created as separate files, and will be available on the @@ -245,7 +245,7 @@ this.createjs = this.createjs||{}; // BrowserDetect.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; /** * @class Utility Methods @@ -675,7 +675,7 @@ this.createjs = this.createjs||{}; // Event.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; (function() { "use strict"; @@ -902,7 +902,7 @@ this.createjs = this.createjs||{}; // ErrorEvent.js //############################################################################## -this.createjs = this.createjs||{}; +window.createjs = window.createjs||{}; (function() { "use strict"; @@ -954,7 +954,7 @@ this.createjs = this.createjs||{}; // ProgressEvent.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function (scope) { "use strict"; @@ -1015,7 +1015,7 @@ this.createjs = this.createjs || {}; // LoadItem.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -1510,7 +1510,7 @@ this.createjs = this.createjs || {}; // AbstractLoader.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -2206,7 +2206,7 @@ this.createjs = this.createjs || {}; // AbstractMediaLoader.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -2289,7 +2289,7 @@ this.createjs = this.createjs || {}; // AbstractRequest.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -2335,7 +2335,7 @@ this.createjs = this.createjs || {}; // TagRequest.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -2522,7 +2522,7 @@ this.createjs = this.createjs || {}; // MediaTagRequest.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -2614,7 +2614,7 @@ this.createjs = this.createjs || {}; // XHRRequest.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -3102,7 +3102,7 @@ this.createjs = this.createjs || {}; // SoundLoader.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -3241,7 +3241,7 @@ this.createjs = this.createjs || {}; // PlayPropsConfig.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -3399,7 +3399,7 @@ this.createjs = this.createjs || {}; // Sound.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; @@ -5157,7 +5157,7 @@ this.createjs = this.createjs || {}; // AbstractSoundInstance.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; /** * A AbstractSoundInstance is created when any calls to the Sound API method {{#crossLink "Sound/play"}}{{/crossLink}} or @@ -6062,7 +6062,7 @@ this.createjs = this.createjs || {}; // AbstractPlugin.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -6358,7 +6358,7 @@ this.createjs = this.createjs || {}; // WebAudioLoader.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -6429,7 +6429,7 @@ this.createjs = this.createjs || {}; // WebAudioSoundInstance.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; /** * WebAudioSoundInstance extends the base api of {{#crossLink "AbstractSoundInstance"}}{{/crossLink}} and is used by @@ -6726,7 +6726,7 @@ this.createjs = this.createjs || {}; // WebAudioPlugin.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { @@ -7047,7 +7047,7 @@ this.createjs = this.createjs || {}; // HTMLAudioTagPool.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -7246,7 +7246,7 @@ this.createjs = this.createjs || {}; // HTMLAudioSoundInstance.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () { "use strict"; @@ -7495,7 +7495,7 @@ this.createjs = this.createjs || {}; // HTMLAudioPlugin.js //############################################################################## -this.createjs = this.createjs || {}; +window.createjs = window.createjs || {}; (function () {