Skip to content

Commit 57295d7

Browse files
committed
jsdoc fixes.
1 parent fc6b7dd commit 57295d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/loader/Cache.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Phaser.Cache = function (game) {
2020
this.game = game;
2121

2222
/**
23-
* @property {object} game - Canvas key-value container.
23+
* @property {object} _canvases - Canvas key-value container.
2424
* @private
2525
*/
2626
this._canvases = {};
@@ -50,7 +50,7 @@ Phaser.Cache = function (game) {
5050
this._text = {};
5151

5252
/**
53-
* @property {object} _text - Text key-value container.
53+
* @property {object} _json - JSOIN key-value container.
5454
* @private
5555
*/
5656
this._json = {};

0 commit comments

Comments
 (0)