File tree Expand file tree Collapse file tree
gameobjects/bitmaptext/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ var BitmapText = new Class({
288288 * @method Phaser.GameObjects.BitmapText#toJSON
289289 * @since 3.0.0
290290 *
291- * @return {JSONGameObject.< JSONBitmapText> } [description]
291+ * @return {JSONBitmapText } [description]
292292 */
293293 toJSON : function ( )
294294 {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var ScaleModes = require('../renderer/ScaleModes');
2222 * @since 3.0.0
2323 *
2424 * @param {Phaser.Textures.Texture } texture - The Texture this TextureSource belongs to.
25- * @param {(Image |HTMLCanvasElement) } source - The source image data.
25+ * @param {(HTMLImageElement |HTMLCanvasElement) } source - The source image data.
2626 * @param {integer } [width] - Optional width of the source image. If not given it's derived from the source itself.
2727 * @param {integer } [height] - Optional height of the source image. If not given it's derived from the source itself.
2828 */
You can’t perform that action at this time.
0 commit comments