我使用https://github.com/michael/github运行这些行
issues = github.getIssues "twbs", "bootstrap"
console.log issues
issues.list (err, issues) ->
console.log issues
第一部分有效Github.Issue {list: function}
,但后来它说
Uncaught TypeError: undefined is not a function
(anonymous function) github.js:585
_request.xhr.onreadystatechange