We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6b7dd commit 57295d7Copy full SHA for 57295d7
1 file changed
src/loader/Cache.js
@@ -20,7 +20,7 @@ Phaser.Cache = function (game) {
20
this.game = game;
21
22
/**
23
- * @property {object} game - Canvas key-value container.
+ * @property {object} _canvases - Canvas key-value container.
24
* @private
25
*/
26
this._canvases = {};
@@ -50,7 +50,7 @@ Phaser.Cache = function (game) {
50
this._text = {};
51
52
53
- * @property {object} _text - Text key-value container.
+ * @property {object} _json - JSOIN key-value container.
54
55
56
this._json = {};
0 commit comments