]> source.dussan.org Git - gwtquery.git/commitdiff
Remove method used for testing
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 30 Dec 2013 20:03:03 +0000 (21:03 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 30 Dec 2013 20:03:03 +0000 (21:03 +0100)
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java

index 97a95996a3c3dc7f0919a186b16538eee5aa66d2..9da8e7dd6a45e09de5dd275410ec55764416df5e 100644 (file)
@@ -330,10 +330,6 @@ public class Ajax extends GQuery {
     );
   }
   
-  public static Promise post(Settings s) {
-    return ajax(s);
-  }
-
   public static Promise post(String url, Properties data) {
     return post(url, data, null);
   }