Added BaseSound class description

This commit is contained in:
Pavle Goloskokovic 2018-02-18 15:50:32 +01:00
parent 28bf61f846
commit 99c5053acb

View file

@ -11,7 +11,7 @@ var NOOP = require('../utils/NOOP');
/**
* @classdesc
* [description]
* Class containing all the shared state and behaviour of a sound object, independent of the implementation.
*
* @class BaseSound
* @extends EventEmitter