Skip to content

Commit c504ee5

Browse files
committed
Clarified note in LoadQueue regarding types
1 parent 1b2d4bf commit c504ee5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/preloadjs/LoadQueue.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ this.createjs = this.createjs || {};
184184
* <li>{{#crossLink "Types/XML:property"}}{{/crossLink}}: XML data</li>
185185
* </ul>
186186
*
187-
* <em>Note: Loader types used to be defined on LoadQueue, but have been moved to AbstractLoader for better
188-
* portability of loader classes, which can be used individually now. The properties on LoadQueue still exist, but
189-
* are deprecated.</em>
187+
* <em>Note: Loader types used to be defined on LoadQueue, but have been moved to the Types class</em>
190188
*
191189
* <b>Handling Results</b><br />
192190
* When a file is finished downloading, a {{#crossLink "LoadQueue/fileload:event"}}{{/crossLink}} event is

0 commit comments

Comments
 (0)