mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Merge pull request #1 from yoav-zibin/yoav-zibin-change-scopes-to-scope
Update fbsdk.d.ts
This commit is contained in:
Vendored
+2
-2
@@ -21,7 +21,7 @@ interface FBUIParams{
|
||||
|
||||
interface FBLoginOptions{
|
||||
auth_type ?: string;
|
||||
scopes ?: string;
|
||||
scope ?: string;
|
||||
return_scopes ?: boolean;
|
||||
enable_profile_selector ?: boolean;
|
||||
profile_selector_ids ?: string;
|
||||
@@ -132,4 +132,4 @@ declare module "FB" {
|
||||
export = FB;
|
||||
}
|
||||
|
||||
declare var FB : FBSDK;
|
||||
declare var FB : FBSDK;
|
||||
|
||||
Reference in New Issue
Block a user