]> source.dussan.org Git - gwtquery.git/commit
Callbacks should not to reset the memory object when calling disabled. Fix a bug...
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 7 Oct 2013 11:24:08 +0000 (13:24 +0200)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 7 Oct 2013 11:24:08 +0000 (13:24 +0200)
commitf6c38c99147034fcb5e0ac0e31206f7f79490325
treebc38a1207b405bc9ecd53e4d280c3cd008a17eb4
parent36e11c1b4356353de4367de42f35874b907ac118
Callbacks should not to reset the memory object when calling disabled. Fix a bug preventing calling a resolved promise in a nested function.
gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/deferred/Callbacks.java
gwtquery-core/src/test/java/com/google/gwt/query/client/deferred/DeferredTest.java