Skip to content

Commit 472260d

Browse files
committed
Missed a few @deprecated comments
1 parent 5f93934 commit 472260d

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

src/soundjs/AbstractSoundInstance.js

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,9 @@ this.createjs = this.createjs || {};
463463
};
464464

465465
/**
466-
* DEPRECATED, please use {{#crossLink "AbstractSoundInstance/muted:property"}}{{/crossLink}} directly as a property
467-
*
468-
* @deprecated
466+
* Please use {{#crossLink "AbstractSoundInstance/muted:property"}}{{/crossLink}} directly as a property
469467
* @method _getMuted
468+
* @protected
470469
* @return {Boolean} If the sound is muted.
471470
* @since 0.6.0
472471
*/
@@ -475,10 +474,9 @@ this.createjs = this.createjs || {};
475474
};
476475

477476
/**
478-
* DEPRECATED, please use {{#crossLink "AbstractSoundInstance/pan:property"}}{{/crossLink}} directly as a property
479-
*
480-
* @deprecated
477+
* Please use {{#crossLink "AbstractSoundInstance/pan:property"}}{{/crossLink}} directly as a property
481478
* @method setPan
479+
* @protected
482480
* @param {Number} value The pan value, between -1 (left) and 1 (right).
483481
* @return {AbstractSoundInstance} Returns reference to itself for chaining calls
484482
*/
@@ -500,10 +498,9 @@ this.createjs = this.createjs || {};
500498
};
501499

502500
/**
503-
* DEPRECATED, please use {{#crossLink "AbstractSoundInstance/position:property"}}{{/crossLink}} directly as a property
504-
*
505-
* @deprecated
501+
* Please use {{#crossLink "AbstractSoundInstance/position:property"}}{{/crossLink}} directly as a property
506502
* @method getPosition
503+
* @protected
507504
* @return {Number} The position of the playhead in the sound, in milliseconds.
508505
*/
509506
p._getPosition = function () {
@@ -592,10 +589,9 @@ this.createjs = this.createjs || {};
592589
};
593590

594591
/**
595-
* DEPRECATED, please use {{#crossLink "AbstractSoundInstance/playbackResource:property"}}{{/crossLink}} directly as a property
596-
*
597-
* @deprecated
592+
* Please use {{#crossLink "AbstractSoundInstance/playbackResource:property"}}{{/crossLink}} directly as a property
598593
* @method setPlayback
594+
* @protected
599595
* @param {Object} value The new playback resource.
600596
* @return {Object} playback resource used for playing audio
601597
* @since 0.6.0
@@ -605,10 +601,9 @@ this.createjs = this.createjs || {};
605601
};
606602

607603
/**
608-
* DEPRECATED, please use {{#crossLink "AbstractSoundInstance/loop:property"}}{{/crossLink}} directly as a property
609-
*
610-
* @deprecated
604+
* Please use {{#crossLink "AbstractSoundInstance/loop:property"}}{{/crossLink}} directly as a property
611605
* @method getLoop
606+
* @protected
612607
* @return {number}
613608
* @since 0.6.0
614609
**/

0 commit comments

Comments
 (0)