minor changes

This commit is contained in:
coderaiser 2013-02-18 09:01:15 -05:00
parent 33a8fd9aaf
commit 2681bcfa43
5 changed files with 13 additions and 13 deletions

View file

@ -49,7 +49,7 @@
function authenticate(pCode, pCallBack) {
var lStorage = Util.findObjByNameInArr(Modules, 'storage'),
lGitHub = Util.findObjByNameInArr(lStorage.data, 'GitHub'),
lGitHub = Util.findObjByNameInArr(lStorage, 'GitHub'),
lId = lGitHub && lGitHub.key,
lSecret = lGitHub && lGitHub.secret,