From 25f9e7b1d8c5c8ffc87df5665cbcb2f255e4cf69 Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 14:22:14 -0400 Subject: [PATCH] EDIT Element.select, Element.selectAll --- src/svg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/svg.js b/src/svg.js index 13c8868..3cb0ce2 100644 --- a/src/svg.js +++ b/src/svg.js @@ -1732,7 +1732,7 @@ function arrayFirstValue(arr) { * Element.select [ method ] ** - * Applies CSS selector with the element as a parent and returns the result as an @Element. + * Gathers nested @Element matching the given set of CSS selectors. ** - query (string) CSS selector = (Element) result of query selection @@ -1744,7 +1744,7 @@ function arrayFirstValue(arr) { * Element.selectAll [ method ] ** - * Applies CSS selector with the element as a parent and returns the result as a set or array of elements. + * Gathers nested @Element objects matching the given set of CSS selectors. ** - query (string) CSS selector = (Set|array) result of query selection