Merge remote-tracking branch 'origin/next' into components
This commit is contained in:
commit
06c6e56cc4
5 changed files with 14 additions and 5 deletions
|
|
@ -786,7 +786,8 @@ var m = (function app(window, undefined) {
|
|||
var prop = m.prop();
|
||||
promise.then(prop);
|
||||
prop.then = function(resolve, reject) {
|
||||
return propify(promise.then(resolve, reject))
|
||||
promise = promise.then(resolve, reject).then(prop);
|
||||
return prop;
|
||||
};
|
||||
return prop
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue