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 Mar 25, 2014
1 parent b837377 commit d0a4990
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 @@ -81,7 +81,7 @@ class RequestManager
=>
@_title(response.title())
@_description(response.description())
@_done($target, status, state, response.content())
@_done($target, status, state, data)
)

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

0 comments on commit d0a4990

Please sign in to comment.