From 84d299c5e469523a6d5be438ef3238f612e13eb8 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Mon, 20 Jul 2009 18:32:52 -0700 Subject: [PATCH] ForEach macro definition and Dragger input code. --- toolkit/content/Geometry.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/content/Geometry.jsm b/toolkit/content/Geometry.jsm index a4cd1bf23c5..5bccbd09bcd 100644 --- a/toolkit/content/Geometry.jsm +++ b/toolkit/content/Geometry.jsm @@ -57,7 +57,7 @@ let Util = { if (instance[key] instanceof Function) instance[key] = bind(instance[key], instance); } - + };