Merge pull request #5107 from yoav-zibin/master

Change scopes to scope
This commit is contained in:
Masahiro Wakame
2015-07-29 01:06:41 +09:00
+2 -2
View File
@@ -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;