docs(forEach): remove obsolte note

This commit is contained in:
Igor Minar 2014-01-13 16:31:26 -08:00
parent c61be8d0e6
commit 834d316829

View file

@ -194,8 +194,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'};