We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c2e67 commit f25c8cbCopy full SHA for f25c8cb
1 file changed
src/soundjs/AbstractPlugin.js
@@ -275,6 +275,7 @@ this.createjs = this.createjs || {};
275
/**
276
* Handles internal preload completion.
277
* @method _handlePreloadComplete
278
+ * @param event
279
* @protected
280
*/
281
p._handlePreloadComplete = function (event) {
@@ -289,7 +290,7 @@ this.createjs = this.createjs || {};
289
290
};
291
292
- * Handles internal preload erros
293
+ * Handles internal preload errors
294
* @method _handlePreloadError
295
* @param event
296
0 commit comments