Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
Fix the data passed in page:done event
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 28, 2014
1 parent 19b88b1 commit 3b6d16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/javascripts/_request_manager.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class RequestManager
@_robots(response.robots())
@_link_rel_prev(response.link_rel_prev())
@_link_rel_next(response.link_rel_next())
@_done($target, status, state, response.content())
@_done($target, status, state, data)
)

_fail: ($target, status, state, error, code, data) ->
Expand Down

0 comments on commit 3b6d16e

Please sign in to comment.