Skip to content

Commit cf0e825

Browse files
committed
🔧 remove Array.from alias (prototypejs#341)
1 parent 545f86a commit cf0e825

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/prototype/lang/array.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ function $w(string){
103103
return string ? string.split(/\s+/) : [];
104104
}
105105

106-
/** alias of: $A
107-
* Array.from(iterable) -> Array
108-
**/
109-
Array.from = $A;
110-
111106
/** section: Language
112107
* class Array
113108
* includes Enumerable

0 commit comments

Comments
 (0)