We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0e5f8 commit e6ced7aCopy full SHA for e6ced7a
3 files changed
VERSIONS.txt
@@ -5,6 +5,7 @@ Version NEXT [not yet released]
5
- Fixed using XHR to load sounds and video
6
- Fixed issue with XHR-loaded images, where bad content stalls a load (and a queue)
7
- Fixed issue where XHR-loaded images might not clean up their respective ObjectURL
8
+- Removed BrowserDetect from utils (no longer used)
9
10
11
Version 0.6.1 [May 21, 2015]
build/config.json
@@ -5,7 +5,6 @@
"../src/createjs/utils/promote.js",
"../src/createjs/utils/indexOf.js",
"../src/createjs/utils/proxy.js",
- "../src/createjs/utils/BrowserDetect.js",
"../src/createjs/events/Event.js",
"../src/createjs/events/ErrorEvent.js",
"../src/createjs/events/EventDispatcher.js",
src/createjs/utils/BrowserDetect.js
0 commit comments