diff --git a/src/prototype/lang/array.js b/src/prototype/lang/array.js index f8d727d1b..1b8878c1a 100644 --- a/src/prototype/lang/array.js +++ b/src/prototype/lang/array.js @@ -95,11 +95,6 @@ function $w(string) { return string ? string.split(/\s+/) : []; } -/** alias of: $A - * Array.from(iterable) -> Array -**/ -Array.from = $A; - /** section: Language * class Array * includes Enumerable