diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/Angular.js b/src/Angular.js index df236e05..55a9bd8d 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -677,9 +677,6 @@ function isLeafNode (node) {   * * If `source` is not an object or array (inc. `null` and `undefined`), `source` is returned.   * * If `source` is identical to 'destination' an exception will be thrown.   * - * Note: this function is used to augment the Object type in Angular expressions. See - * {@link ng.$filter} for more information about Angular arrays. - *   * @param {*} source The source that will be used to make a copy.   *                   Can be any type, including primitives, `null`, and `undefined`.   * @param {(Object|Array)=} destination Destination into which the source is copied. If | 
