mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(angular.equals): fix simple typo
- JavasScript -> Javascript Closes #4323
This commit is contained in:
parent
b56b21a898
commit
bed08c9c66
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue