Skip to content

Commit 17bf55c

Browse files
author
Lanny McNie
committed
Fixed issue with SpriteSheetLoader.destroy (thanks @Kiv)
1 parent c136ddc commit 17bf55c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSIONS.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Version NEXT [not yet released]
22
****************************************************************************************************
3-
* Fixed XHRRequest to append values in both GET and POST scenarios
4-
* Fixed documentation error with LoadItem.method, which showed the wrong case in the default value.
3+
- Fixed XHRRequest to append values in both GET and POST scenarios
4+
- Fixed documentation error with LoadItem.method, which showed the wrong case in the default value.
5+
- Fixed issue with SpriteSheetLoader.destroy (thanks @Kiv)
56

67

78
Version 0.6.2 [November 26, 2015]

src/preloadjs/loaders/SpriteSheetLoader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ this.createjs = this.createjs || {};
102102

103103
// public methods
104104
p.destroy = function() {
105-
this.AbstractLoader_destroy;
105+
this.AbstractLoader_destroy();
106106
this._manifestQueue.close();
107107
};
108108

0 commit comments

Comments
 (0)