Clarify comment

This commit is contained in:
Avital Oliver
2012-08-18 13:38:37 -07:00
committed by Nick Martin
parent 9844a169e7
commit 8fa9ff0114

View File

@@ -9,7 +9,8 @@ Tinytest.add("oauth2 - loginResultForState is stored", function (test) {
Meteor.accounts.oauth._loginResultForState = {};
Meteor.accounts.oauth._services = {};
// XXX this shouldn't be necessary
// XXX can we make this unnecessary? Not totally sold on _requireConfigs
// yet, but maybe I'm just being overly delicate.
Meteor.accounts.foobook = {};
Meteor.accounts.foobook._requireConfigs = [];
Meteor.accounts.foobook._secret = 'XXX';