Skip to content

Commit 834d316

Browse files
committed
docs(forEach): remove obsolte note
1 parent c61be8d commit 834d316

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Angular.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ function isArrayLike(obj) {
194194
*
195195
* It is worth nothing that `.forEach` does not iterate over inherited properties because it filters
196196
* using the `hasOwnProperty` method.
197-
*
198-
* Note: this function was previously known as `angular.foreach`.
199197
*
200198
<pre>
201199
var values = {name: 'misko', gender: 'male'};

0 commit comments

Comments
 (0)