This commit is contained in:
Max Lynch
2015-11-28 18:36:38 -06:00
parent 5b754390f5
commit 3327fe8f45
10 changed files with 17 additions and 100 deletions
+1 -1
View File
@@ -57,6 +57,6 @@ export function Cordova(opts:any = {}) {
console.log('TODO: Promise');
}
obj[methodName] = wrap(obj, methodName, opts);
obj[methodName] = wrap(obj, methodName, opts).bind(obj);
}
}