style(): spacing and cleanup

This commit is contained in:
Ibby
2016-12-06 08:02:00 -05:00
parent fff1dc45e2
commit e26783b8c6
39 changed files with 228 additions and 92 deletions
+2
View File
@@ -23,6 +23,7 @@ import { Plugin, Cordova } from './plugin';
platforms: ['iOS', 'Android']
})
export class CallNumber {
/**
* Calls a phone number
* @param numberToCall {string} The phone number to call as a string
@@ -35,4 +36,5 @@ export class CallNumber {
static callNumber(numberToCall: string, bypassAppChooser: boolean): Promise<any> {
return;
}
}