Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h5.async.deferred.thenの挙動がjQuery1.8以降のthenの挙動と異なる #204

Closed
fukudayasuo opened this issue May 16, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@fukudayasuo
Copy link

jQuery1.8以降、$.Deferred().thenは以前のpipeと同じように、コールバックがpromiseを返した時にreject/resolveされるのを待ってから次のコールバックが呼ばれる挙動になったが、h5.async.deferred().then はそのような挙動になっていない(jQuery1.7以前と同じ、done,fail,progressへ登録するだけ)。

読み込んでいるjQueryに合わせて、そのjQueryのthenと同じ挙動をするように修正する。

@ghost ghost assigned fukudayasuo May 17, 2013
fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue May 17, 2013
fukudayasuo pushed a commit to hifive-labs/hifivemain that referenced this issue May 17, 2013
@simdy simdy closed this as completed May 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants