File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ this.createjs = this.createjs || {};
6767 * @static
6868 */
6969 s . canLoadItem = function ( item ) {
70- return item . type == createjs . AbstractLoader . JSON && ! item . _loadAsJSONP ;
70+ return item . type == createjs . AbstractLoader . JSON ;
7171 } ;
7272
7373 // protected methods
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ this.createjs = this.createjs || {};
7272 * @static
7373 */
7474 s . canLoadItem = function ( item ) {
75- return item . type == createjs . AbstractLoader . JSONP || item . _loadAsJSONP ;
75+ return item . type == createjs . AbstractLoader . JSONP ;
7676 } ;
7777
7878 // public methods
@@ -82,7 +82,7 @@ this.createjs = this.createjs || {};
8282 } ;
8383
8484 /**
85- * Loads the JSONp file. Because of the unique loading needs of jsonP
85+ * Loads the JSONp file. Because of the unique loading needs of JSONp
8686 * we don't use the AbstractLoader.load() method.
8787 *
8888 * @method load
You can’t perform that action at this time.
0 commit comments