ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

public void ajax(Properties p) calls itself #205

Closed jDramaix closed 11 years ago

jDramaix commented 11 years ago

Original author: kujans...@gmail.com (February 28, 2013 12:38:30)

The function ajax(Properties p) calls itself instead of Ajax.ajax(Properties p), resulting in a endles recursion.

http://code.google.com/p/gwtquery/source/browse/gwtquery-core/src/main/java/com/google/gwt/query/client/GQuery.java?r=995611e05a184f20230ba252b9e1f84ff216bbe5#405

Original issue: http://code.google.com/p/gwtquery/issues/detail?id=174

jDramaix commented 11 years ago

From manuel.carrasco.m on March 01, 2013 09:47:17 This issue was closed by revision d8103d128bea.

jDramaix commented 11 years ago

From manuel.carrasco.m on March 01, 2013 09:51:58 Fixed and snapshot deployed. Thanks for reporting