aboutsummaryrefslogtreecommitdiff
path: root/finder_menu.js
diff options
context:
space:
mode:
Diffstat (limited to 'finder_menu.js')
-rw-r--r--finder_menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/finder_menu.js b/finder_menu.js
index 83c3e25..e6372de 100644
--- a/finder_menu.js
+++ b/finder_menu.js
@@ -114,7 +114,7 @@ function ul2finder()
/*
* isparent
* written by Silvio (s1lv10 at uol.com.br)
- * checks if an element is parent of another via DOM
+ * checks if an element is parent of another via DOM using jQuery
* inspired by http://stackoverflow.com/questions/245241/jquery-ancestors-using-jquery-objects
*/
function isparent(par,child) {