fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-10 12:56:55 +02:00
parent 02ff220c59
commit 6e6cfbadbd
2 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ export class TapTools {
return funcErr;
}
public defer () {
public defer() {
return plugins.smartpromise.defer();
}
}