From 70b95e59a630eb620b81be8216d63b0f3c9848e5 Mon Sep 17 00:00:00 2001 From: Silvio Date: Sat, 3 Oct 2009 19:11:29 -0300 Subject: Minor changes --- finder_menu.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/finder_menu.js b/finder_menu.js index 17efa76..34516ee 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -61,7 +61,7 @@ function ul2finder() for(var i=0;i= 0) { return true; } @@ -129,7 +129,7 @@ function ul2finder() * checks if two elements are connect via DOM, either by one being * child of parent of the another. */ - function connected(a, b) { + function connected(a,b) { if (isparent(a, b) || isparent(b, a)) { return true; } -- cgit v1.2.3