chore(): tslint

This commit is contained in:
Ibby
2017-01-07 07:59:06 -05:00
parent d192dee1ee
commit 9a5a62bc3a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ function callCordovaPlugin(pluginObj: any, methodName: string, args: any[], opts
} catch (e) {
value = {
error: 'cordova_not_available'
}
};
}
return value;
}