Fix 'popupOptions' typo in 'github'

This commit is contained in:
Emily Stark
2014-09-09 18:40:28 -07:00
parent e192a9da67
commit 4b06609346

View File

@@ -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}
});
};