From 472a7ad57ca65468100c085186e962b0326df4d6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 20 Apr 2010 15:19:03 +0200 Subject: [PATCH] Fix syntax for IE. --- horde/js/prototype.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/js/prototype.js b/horde/js/prototype.js index aa2b3974c..e76187179 100644 --- a/horde/js/prototype.js +++ b/horde/js/prototype.js @@ -5766,7 +5766,7 @@ Object.extend(Element.ClassNames.prototype, Enumerable); } Element.addMethods({ - getLayout: getLayout, + getLayout: getLayout }); function isBody(element) { -- 2.11.0