Added @since 3.3.0 to new callback method comments.

This commit is contained in:
Jeroen Reurings 2018-03-19 22:25:19 +01:00
parent 6ada1ec2f3
commit ed3dc2b9b4

View file

@ -297,7 +297,7 @@ var Camera = new Class({
* @type {function}
* @private
* @default null
* @since
* @since 3.3.0
*/
this._shakeCallback = null;
@ -363,7 +363,7 @@ var Camera = new Class({
* @type {function}
* @private
* @default null
* @since
* @since 3.3.0
*/
this._fadeCallback = null;
@ -429,7 +429,7 @@ var Camera = new Class({
* @type {function}
* @private
* @default null
* @since
* @since 3.3.0
*/
this._flashCallback = null;