diff options
| author | Marc Tamlyn | 2013-10-08 10:42:51 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-08 12:32:20 +0100 | 
| commit | bed08c9c6661d6da5ed6337f194402ea02a8d14c (patch) | |
| tree | a9d8daab4e01e9c3fc14efadeb4b62bb066381d4 /src | |
| parent | b56b21a898b3c77589a48a290271f9dc181dafe8 (diff) | |
| download | angular.js-bed08c9c6661d6da5ed6337f194402ea02a8d14c.tar.bz2 | |
docs(angular.equals): fix simple typo
- JavasScript -> Javascript
Closes #4323
Diffstat (limited to 'src')
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 879efb35..305f1321 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -705,7 +705,7 @@ function shallowCopy(src, dst) {   *   * * Both objects or values pass `===` comparison.   * * Both objects or values are of the same type and all of their properties pass `===` comparison. - * * Both values are NaN. (In JavasScript, NaN == NaN => false. But we consider two NaN as equal) + * * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)   * * Both values represent the same regular expression (In JavasScript,   *   /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual   *   representation matches). | 
