]> source.dussan.org Git - gwtquery.git/commitdiff
correct javadoc
authorJulien Dramaix <julien.dramaix@gmail.com>
Tue, 18 Jan 2011 22:04:13 +0000 (22:04 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Tue, 18 Jan 2011 22:04:13 +0000 (22:04 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/LazyGQuery.java

index 39b49a7178e51a5ea6b8baaa9bd2353d8bd6c84c..7650443936ed1452c495ef4d3fd421595d1f7718 100644 (file)
@@ -169,7 +169,7 @@ public interface LazyGQuery<T> extends LazyBase<T>{
   /**
    * Access a property on the first matched element. This method makes it easy
    * to retrieve a property value from the first matched element. If the element
-   * does not have an attribute with such a name, undefined is returned.
+   * does not have an attribute with such a name, empty string is returned.
    * Attributes include title, alt, src, href, width, style, etc.
    */
   String attr(String name);
@@ -1004,8 +1004,7 @@ public interface LazyGQuery<T> extends LazyBase<T>{
   void setSelector(String selector);
 
   /**
-   * Return the number of elements in the matched set. Make visible all mached
-   * elements
+   * Make all matched elements visible
    */
   LazyGQuery<T> show();