Skip to content

Commit 6825a3d

Browse files
author
Lanny McNie
committed
Updated lib.
1 parent e8cfe54 commit 6825a3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/preloadjs-NEXT.combined.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ this.createjs = this.createjs || {};
5656
* @type {String}
5757
* @static
5858
**/
59-
s.buildDate = /*=date*/"Wed, 25 Nov 2015 19:29:13 GMT"; // injected by build process
59+
s.buildDate = /*=date*/"Thu, 26 Nov 2015 20:40:05 GMT"; // injected by build process
6060

6161
})();
6262

@@ -2305,9 +2305,9 @@ this.createjs = this.createjs || {};
23052305
}
23062306

23072307
if (idx != -1) {
2308-
return src.slice(0, idx) + '?' + this._formatQueryString(data, query);
2308+
return src.slice(0, idx) + '?' + this.formatQueryString(data, query);
23092309
} else {
2310-
return src + '?' + this._formatQueryString(data, query);
2310+
return src + '?' + this.formatQueryString(data, query);
23112311
}
23122312
};
23132313

0 commit comments

Comments
 (0)