File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Version NEXT [not yet released]
2
2
****************************************************************************************************
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)
5
6
6
7
7
8
Version 0.6.2 [November 26, 2015]
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ this.createjs = this.createjs || {};
102
102
103
103
// public methods
104
104
p . destroy = function ( ) {
105
- this . AbstractLoader_destroy ;
105
+ this . AbstractLoader_destroy ( ) ;
106
106
this . _manifestQueue . close ( ) ;
107
107
} ;
108
108
You can’t perform that action at this time.
0 commit comments