From c7efa8f3c4e46feca2d8793a3e2160423287c8fd Mon Sep 17 00:00:00 2001 From: Christoph Pojer Date: Wed, 4 Aug 2010 21:01:02 +0200 Subject: [PATCH] * Hash.extend must be Object.append instead of the Type extend method --- Source/Types/Object.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Types/Object.js b/Source/Types/Object.js index 9c110d4b..717de14b 100644 --- a/Source/Types/Object.js +++ b/Source/Types/Object.js @@ -197,6 +197,8 @@ Hash.implement({ }); +Hash.extend = Object.append; + Hash.alias({indexOf: 'keyOf', contains: 'hasValue'}); // -- 2.11.4.GIT