0
我運行使用https://github.com/michael/github試圖與GitHub的JS API的工作,但它不工作
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