chore(github) rm popup

This commit is contained in:
coderaiser 2014-12-08 04:05:45 -05:00
parent 0a7fedba00
commit 9ee13cfbbf

View file

@ -59,7 +59,7 @@ var CloudCmd, Util, join, DOM, CloudFunc, Github, cb;
GitHub.autorize = function(callback, code) {
Storage.get('token', function(error, token) {
var isContain, popup,
var isContain,
apiURL = CloudFunc.apiURL,
URL = '//' + window.location.host + '/auth/github';