diff options
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js index f30e5a26..21ce1ff7 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -195,8 +195,6 @@ function isArrayLike(obj) { * It is worth nothing that `.forEach` does not iterate over inherited properties because it filters * using the `hasOwnProperty` method. * - * Note: this function was previously known as `angular.foreach`. - * <pre> var values = {name: 'misko', gender: 'male'}; var log = []; |
