mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Added @since 3.3.0 to new callback method comments.
This commit is contained in:
parent
6ada1ec2f3
commit
ed3dc2b9b4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue