Skip to content

Commit ed3dc2b

Browse files
author
Jeroen Reurings
committed
Added @SInCE 3.3.0 to new callback method comments.
1 parent 6ada1ec commit ed3dc2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/cameras/2d/Camera.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ var Camera = new Class({
297297
* @type {function}
298298
* @private
299299
* @default null
300-
* @since
300+
* @since 3.3.0
301301
*/
302302
this._shakeCallback = null;
303303

@@ -363,7 +363,7 @@ var Camera = new Class({
363363
* @type {function}
364364
* @private
365365
* @default null
366-
* @since
366+
* @since 3.3.0
367367
*/
368368
this._fadeCallback = null;
369369

@@ -429,7 +429,7 @@ var Camera = new Class({
429429
* @type {function}
430430
* @private
431431
* @default null
432-
* @since
432+
* @since 3.3.0
433433
*/
434434
this._flashCallback = null;
435435

0 commit comments

Comments
 (0)