]> source.dussan.org Git - gwtquery.git/commitdiff
typo makes the test always false
authorManolo Carrasco <manolo@apache.org>
Tue, 6 Sep 2011 05:34:52 +0000 (05:34 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 6 Sep 2011 05:34:52 +0000 (05:34 +0000)
gwtquery-core/src/main/java/com/google/gwt/query/client/impl/AttributeImpl.java

index 15041a2891195ebc3ce9d0b935ce17b859564040..8add2758b221fff4cc05201a4cab0de60faa7743 100644 (file)
@@ -211,7 +211,7 @@ public class AttributeImpl {
     if ("type".equalsIgnoreCase(key)) {
       return  TypeAttrSetter.getInstance();
     
-    } else if ("value".equals("key")){
+    } else if ("value".equals(key)){
       return ValueAttrSetter.getInstance();
     
     } else if (BOOLEAN_ATTR_REGEX.test(key)) {