]> source.dussan.org Git - gwtquery.git/commit
Re-write Promise.then since it must return a new promise instead of itself
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 18 Mar 2013 16:18:42 +0000 (17:18 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 18 Mar 2013 16:18:42 +0000 (17:18 +0100)
commit0e1b3ac267eaccd1b0de3d13586f367f3c953752
tree20370910d8afda0de09c130f610321a454dcbd23
parentc05959a0ffab63c864fc1ecece915c4ed1f96d15
Re-write Promise.then since it must return a new promise instead of itself
gwtquery-core/src/main/java/com/google/gwt/query/client/Promise.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Callbacks.java
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Deferred.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryAjaxTestGwt.java
gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryDeferredTestGwt.java