File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ var DynamicBitmapText = new Class({
397397 * @method Phaser.GameObjects.DynamicBitmapText#toJSON
398398 * @since 3.0.0
399399 *
400- * @return {JSONBitmapText } The JSON representation of this Bitmap Text.
400+ * @return {JSONBitmapText } A JSON representation of this Bitmap Text.
401401 */
402402 toJSON : function ( )
403403 {
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ var BitmapText = new Class({
320320 * @method Phaser.GameObjects.BitmapText#toJSON
321321 * @since 3.0.0
322322 *
323- * @return {JSONBitmapText } The JSON representation of this Bitmap Text.
323+ * @return {JSONBitmapText } A JSON representation of this Bitmap Text.
324324 */
325325 toJSON : function ( )
326326 {
Original file line number Diff line number Diff line change 3939 *
4040 * @param {Phaser.GameObjects.GameObject } gameObject - The Game Object to export as JSON.
4141 *
42- * @return {JSONGameObject } The JSON representation of the Game Object.
42+ * @return {JSONGameObject } A JSON representation of the Game Object.
4343 */
4444var ToJSON = function ( gameObject )
4545{
You can’t perform that action at this time.
0 commit comments