Skip to content

Commit f25c8cb

Browse files
committed
Minor doc fixes / formatting
1 parent e8c2e67 commit f25c8cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/soundjs/AbstractPlugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ this.createjs = this.createjs || {};
275275
/**
276276
* Handles internal preload completion.
277277
* @method _handlePreloadComplete
278+
* @param event
278279
* @protected
279280
*/
280281
p._handlePreloadComplete = function (event) {
@@ -289,7 +290,7 @@ this.createjs = this.createjs || {};
289290
};
290291

291292
/**
292-
* Handles internal preload erros
293+
* Handles internal preload errors
293294
* @method _handlePreloadError
294295
* @param event
295296
* @protected

0 commit comments

Comments
 (0)