mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 09:03:29 +00:00
Added BaseSound class description
This commit is contained in:
parent
28bf61f846
commit
99c5053acb
1 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ var NOOP = require('../utils/NOOP');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* [description]
|
* Class containing all the shared state and behaviour of a sound object, independent of the implementation.
|
||||||
*
|
*
|
||||||
* @class BaseSound
|
* @class BaseSound
|
||||||
* @extends EventEmitter
|
* @extends EventEmitter
|
||||||
|
|
Loading…
Reference in a new issue