File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,15 +837,15 @@ Phaser.Utils.Debug.prototype = {
837837 } ,
838838
839839 /**
840- * Call this function from the Dev Tools console.
841- *
842- * It will scan the display list and output all of the Objects it finds, and their renderOrderIDs.
843- *
844- * **Note** Requires a browser that supports console.group and console.groupEnd (such as Chrome)
845- *
846- * @method displayList
847- * @param {Object } [displayObject] - The displayObject level display object to start from. Defaults to the World.
848- */
840+ * Call this function from the Dev Tools console.
841+ *
842+ * It will scan the display list and output all of the Objects it finds, and their renderOrderIDs.
843+ *
844+ * **Note** Requires a browser that supports console.group and console.groupEnd (such as Chrome)
845+ *
846+ * @method displayList
847+ * @param {Object } [displayObject] - The displayObject level display object to start from. Defaults to the World.
848+ */
849849 displayList : function ( displayObject ) {
850850
851851 if ( displayObject === undefined ) { displayObject = this . game . world ; }
You can’t perform that action at this time.
0 commit comments