fix(facebook): remove browserInit function

fix: #1901
This commit is contained in:
Daniel Sogl 2018-03-17 10:56:14 +01:00 committed by GitHub
parent 586c7e505f
commit f7184325a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,17 +156,6 @@ export class Facebook extends IonicNativePlugin {
EVENT_PARAM_VALUE_NO: '0'
};
/**
* Browser wrapper
* @param {number} appId Your Facebook AppID from their dashboard
* @param {string} version The version of API you may want to use. Optional
* @returns {Promise<any>}
*/
@Cordova()
browserInit(appId: number, version?: string): Promise<any> {
return;
}
/**
* Login to Facebook to authenticate this app.
*