Deleted too much.
authorJan Schneider <jan@horde.org>
Fri, 16 Apr 2010 10:31:31 +0000 (12:31 +0200)
committerJan Schneider <jan@horde.org>
Fri, 16 Apr 2010 10:31:31 +0000 (12:31 +0200)
horde/js/prototype.js

index bc4e0a5..aa2b397 100644 (file)
@@ -5765,6 +5765,10 @@ Object.extend(Element.ClassNames.prototype, Enumerable);
     return element;
   }
   
+  Element.addMethods({
+    getLayout:              getLayout,
+  });
+
   function isBody(element) {
     return element.nodeName.toUpperCase() === 'BODY';
   }