From c8760b43411fd5b48388fb1ebaba85a24369c8ba Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 3 Oct 2013 04:17:44 +0100 Subject: [PATCH] Docs update. --- src/utils/Utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/Utils.js b/src/utils/Utils.js index 7aeb7df4..7354d1e3 100644 --- a/src/utils/Utils.js +++ b/src/utils/Utils.js @@ -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 () {