aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorIgor Minar2010-12-07 16:06:31 -0800
committerIgor Minar2010-12-07 16:06:31 -0800
commit824eab9029ea2fe36b167523c58d455a009d5064 (patch)
treef7456d47b51383e362ba7d60b4d6a0cb0cc1222a /src/Angular.js
parentd503dfe99bc4e7fa93d64c9d0ca7a6decb36c2cc (diff)
downloadangular.js-824eab9029ea2fe36b167523c58d455a009d5064.tar.bz2
improving $resource docs
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js
index d5b5144d..ea5d1ea1 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -699,7 +699,7 @@ function concat(array1, array2, index) {
*
* @param {Object} self Context in which `fn` should be evaluated in.
* @param {function()} fn Function to be bound.
- * @param {(...*)=} args Optional arguments to be prebound to the `fn` function call.
+ * @param {...*} args Optional arguments to be prebound to the `fn` function call.
* @returns {function()} Function that wraps the `fn` with all the specified bindings.
*/
function bind(self, fn) {