Skip to content

Commit 03ebb8d

Browse files
committed
Docs update.
1 parent 5b6e41b commit 03ebb8d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/core/ScaleManager.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
* - The Display canvas layout CSS styles (ie. margins, size) should not be altered/specified as
3232
* they may be updated by the ScaleManager.
3333
*
34-
* ---
35-
*
36-
* Some parts of ScaleManager were inspired by the research of Ryan Van Etten, released under MIT License 2013.
37-
*
3834
* @description
3935
* Create a new ScaleManager object - this is done automatically by {@link Phaser.Game}
4036
*
@@ -507,7 +503,7 @@ Phaser.ScaleManager = function (game, width, height) {
507503
*/
508504
this.trackParentInterval = 2000;
509505

510-
/*
506+
/**
511507
* This signal is dispatched when the size of the Display canvas changes _or_ the size of the Game changes.
512508
* When invoked this is done _after_ the Canvas size/position have been updated.
513509
*

src/system/DOM.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Provides a useful Window and Element functions as well as cross-browser compatibility buffer.
1111
*
1212
* Some code originally derived from {@link https://github.com/ryanve/verge verge}.
13+
* Some parts were inspired by the research of Ryan Van Etten, released under MIT License 2013.
1314
*
1415
* @class Phaser.DOM
1516
* @static

0 commit comments

Comments
 (0)