@@ -1571,7 +1571,7 @@ var Tilemap = new Class({
15711571 * tile faces. If set to null, interesting tile faces will not be drawn.
15721572 * @param {Phaser.Tilemaps.LayerData } layer - [description]
15731573 *
1574- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1574+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
15751575 */
15761576 renderDebug : function ( graphics , styleConfig , layer )
15771577 {
@@ -1603,7 +1603,7 @@ var Tilemap = new Class({
16031603 * @param {integer } [height=max height based on tileY] - [description]
16041604 * @param {Phaser.Tilemaps.LayerData } layer - [description]
16051605 *
1606- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1606+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
16071607 */
16081608 replaceByIndex : function ( findIndex , newIndex , tileX , tileY , width , height , layer )
16091609 {
@@ -1636,7 +1636,7 @@ var Tilemap = new Class({
16361636 * update.
16371637 * @param {Phaser.Tilemaps.LayerData } layer - [description]
16381638 *
1639- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1639+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
16401640 */
16411641 setCollision : function ( indexes , collides , recalculateFaces , layer )
16421642 {
@@ -1668,7 +1668,7 @@ var Tilemap = new Class({
16681668 * update.
16691669 * @param {Phaser.Tilemaps.LayerData } layer - [description]
16701670 *
1671- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1671+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
16721672 */
16731673 setCollisionBetween : function ( start , stop , collides , recalculateFaces , layer )
16741674 {
@@ -1703,7 +1703,7 @@ var Tilemap = new Class({
17031703 * update.
17041704 * @param {Phaser.Tilemaps.LayerData } layer - [description]
17051705 *
1706- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1706+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
17071707 */
17081708 setCollisionByProperty : function ( properties , collides , recalculateFaces , layer )
17091709 {
@@ -1733,7 +1733,7 @@ var Tilemap = new Class({
17331733 * update.
17341734 * @param {Phaser.Tilemaps.LayerData } layer - [description]
17351735 *
1736- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1736+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
17371737 */
17381738 setCollisionByExclusion : function ( indexes , collides , recalculateFaces , layer )
17391739 {
@@ -1763,7 +1763,7 @@ var Tilemap = new Class({
17631763 * update.
17641764 * @param {Phaser.Tilemaps.LayerData } layer - [description]
17651765 *
1766- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1766+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
17671767 */
17681768 setCollisionFromCollisionGroup : function ( collides , recalculateFaces , layer )
17691769 {
@@ -1793,7 +1793,7 @@ var Tilemap = new Class({
17931793 * @param {object } callbackContext - The context under which the callback is called.
17941794 * @param {Phaser.Tilemaps.LayerData } layer - [description]
17951795 *
1796- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1796+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
17971797 */
17981798 setTileIndexCallback : function ( indexes , callback , callbackContext , layer )
17991799 {
@@ -1824,7 +1824,7 @@ var Tilemap = new Class({
18241824 * @param {object } callbackContext - The context under which the callback is called.
18251825 * @param {Phaser.Tilemaps.LayerData } layer - [description]
18261826 *
1827- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1827+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
18281828 */
18291829 setTileLocationCallback : function ( tileX , tileY , width , height , callback , callbackContext , layer )
18301830 {
@@ -1967,7 +1967,7 @@ var Tilemap = new Class({
19671967 * @param {integer } [height=max height based on tileY] - [description]
19681968 * @param {Phaser.Tilemaps.LayerData } layer - [description]
19691969 *
1970- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
1970+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
19711971 */
19721972 shuffle : function ( tileX , tileY , width , height , layer )
19731973 {
@@ -2002,7 +2002,7 @@ var Tilemap = new Class({
20022002 * @param {integer } [height=max height based on tileY] - [description]
20032003 * @param {Phaser.Tilemaps.LayerData } layer - [description]
20042004 *
2005- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
2005+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
20062006 */
20072007 swapByIndex : function ( indexA , indexB , tileX , tileY , width , height , layer )
20082008 {
@@ -2123,7 +2123,7 @@ var Tilemap = new Class({
21232123 * { index: [0, 1], weight: 4 } if you wish to draw from multiple tile indexes.
21242124 * @param {Phaser.Tilemaps.LayerData } layer - [description]
21252125 *
2126- * @returns {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
2126+ * @return {Phaser.Tilemaps.Tilemap|null } Return this Tilemap object, or null if the layer given was invalid.
21272127 */
21282128 weightedRandomize : function ( tileX , tileY , width , height , weightedIndexes , layer )
21292129 {
0 commit comments