Template: use .then($DONE, $DONE) wherever possible

This commit is contained in:
Rick Waldron 2020-06-24 15:24:34 -04:00
parent 2f12ab71f8
commit d76701d86d
8 changed files with 8 additions and 8 deletions

View File

@ -41,4 +41,4 @@ c.m().next().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -40,4 +40,4 @@ c.m().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -41,4 +41,4 @@ C.m().next().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -40,4 +40,4 @@ C.m().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -41,4 +41,4 @@ c.m().next().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -40,4 +40,4 @@ c.m().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -41,4 +41,4 @@ C.m().next().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);

View File

@ -40,4 +40,4 @@ C.m().then(function(v) {
}
return Promise.resolve(assertions());
}, $DONE).then($DONE, $DONE);
}).then($DONE, $DONE);