Docs update.

This commit is contained in:
Richard Davey
2013-10-03 04:17:44 +01:00
parent 96da57cac0
commit c8760b4341
+2
View File
@@ -96,6 +96,8 @@ Phaser.Utils = {
/**
* This is a slightly modified version of http://api.jquery.com/jQuery.extend/
* @method Phaser.Utils.extend
* @param {boolean} deep - Perform a deep copy?
* @param {object} target - The target object to copy to.
* @return {object} The extended object.
*/
extend: function () {