Fix syntax for IE.
authorJan Schneider <jan@horde.org>
Tue, 20 Apr 2010 13:19:03 +0000 (15:19 +0200)
committerJan Schneider <jan@horde.org>
Tue, 20 Apr 2010 15:03:01 +0000 (17:03 +0200)
horde/js/prototype.js

index aa2b397..e761871 100644 (file)
@@ -5766,7 +5766,7 @@ Object.extend(Element.ClassNames.prototype, Enumerable);
   }
   
   Element.addMethods({
-    getLayout:              getLayout,
+    getLayout:              getLayout
   });
 
   function isBody(element) {