mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix 'popupOptions' typo in 'github'
This commit is contained in:
@@ -38,6 +38,6 @@ Github.requestCredential = function (options, credentialRequestCompleteCallback)
|
||||
loginUrl: loginUrl,
|
||||
credentialRequestCompleteCallback: credentialRequestCompleteCallback,
|
||||
credentialToken: credentialToken,
|
||||
popupOptons: {width: 900, height: 450}
|
||||
popupOptions: {width: 900, height: 450}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user