fix(google-plus): fixes login without options

closes #932
This commit is contained in:
Ibby 2017-01-07 04:27:58 -05:00
parent 49fe24dee2
commit ca14bf6a75

View File

@ -25,7 +25,10 @@ export class GooglePlus {
* @param options
* @returns {Promise<any>}
*/
@Cordova()
@Cordova({
successIndex: 1,
errorIndex: 2
})
static login(options?: any): Promise<any> { return; }
/**