fix co example

This commit is contained in:
David Frank 2015-01-28 01:38:44 +08:00
parent 95ad88e527
commit 2e875d24b8
1 changed files with 0 additions and 2 deletions

View File

@ -111,8 +111,6 @@ co(function *() {
var res = yield fetch('https://api.github.com/users/github')
.then(function(res) {
return res.json();
}).then(function(json) {
console.log(json);
});
console.log(res);