Make URLRequestFetchJob actually work

This commit is contained in:
Cheng Zhao 2015-06-17 09:31:33 +08:00
parent 44f8bfc550
commit af05f26a5f
6 changed files with 130 additions and 61 deletions

View file

@ -36,6 +36,6 @@ class RequestErrorJob
protocol.RequestHttpJob =
class RequestHttpJob
constructor: (@url) ->
constructor: ({@url}) ->
module.exports = protocol