Skip to content

Commit f01632d

Browse files
author
Lanny McNie
committedDec 4, 2015
Updated NEXT libs
1 parent 60cc8da commit f01632d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎lib/soundjs-NEXT.combined.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ this.createjs = this.createjs || {};
5757
* @type String
5858
* @static
5959
**/
60-
s.buildDate = /*=date*/"Wed, 25 Nov 2015 19:26:51 GMT"; // injected by build process
60+
s.buildDate = /*=date*/"Fri, 04 Dec 2015 17:24:04 GMT"; // injected by build process
6161

6262
})();
6363

@@ -1350,9 +1350,9 @@ this.createjs = this.createjs || {};
13501350
}
13511351

13521352
if (idx != -1) {
1353-
return src.slice(0, idx) + '?' + this._formatQueryString(data, query);
1353+
return src.slice(0, idx) + '?' + this.formatQueryString(data, query);
13541354
} else {
1355-
return src + '?' + this._formatQueryString(data, query);
1355+
return src + '?' + this.formatQueryString(data, query);
13561356
}
13571357
};
13581358

@@ -4437,7 +4437,7 @@ this.createjs = this.createjs || {};
44374437
* {src:"asset0.ogg", id:"example"},
44384438
* {src:"asset1.ogg", id:"1", data:6},
44394439
* {src:"asset2.mp3", id:"works"}
4440-
* {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension}, id:"better"}
4440+
* {src:{mp3:"path1/asset3.mp3", ogg:"path2/asset3NoExtension"}, id:"better"}
44414441
* ];
44424442
* createjs.Sound.alternateExtensions = ["mp3"]; // if the passed extension is not supported, try this extension
44434443
* createjs.Sound.on("fileload", handleLoad); // call handleLoad when each sound loads

0 commit comments

Comments
 (0)