This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -812,10 +812,11 @@ function arrayRemove(array, value) {
812
812
* `angular.copy`. Note that since this functions is used by the change detection code, this
813
813
* means binding or watching objects of these types (or that include these types) might not work
814
814
* correctly.
815
- * - [`ImageData `](https://developer.mozilla.org/docs/Web/API/File)
815
+ * - [`File `](https://developer.mozilla.org/docs/Web/API/File)
816
816
* - [`Map`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map)
817
817
* - [`ImageData`](https://developer.mozilla.org/docs/Web/API/ImageData)
818
818
* - [`MediaStream`](https://developer.mozilla.org/docs/Web/API/MediaStream)
819
+ * - [`Set`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set)
819
820
* - [`WeakMap`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WeakMap)
820
821
* - ['getter'](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get)/
821
822
* [`setter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set)`
You can’t perform that action at this time.
0 commit comments