diff --git a/prototype/UI/index.html b/prototype/UI/index.html index dbcb9d77a..74548f252 100644 --- a/prototype/UI/index.html +++ b/prototype/UI/index.html @@ -207,14 +207,6 @@ return element; } - function Indexed(array, continuation) { - this.values = []; - for (index in array) { - this.values.push(continuation(array[index])); - } - return this; - } - function Dictionary(object) { this.values = {}; for (key in object) {