vendor/assets/javascripts/emerson/http.js in emerson-0.0.4 vs vendor/assets/javascripts/emerson/http.js in emerson-0.0.5

- old
+ new

@@ -67,11 +67,11 @@ } // ### sink // // json: <response [action, data, path, view]> - // html: <response> (string) - // head: <response> single space string + // html: <response> (string) ... TODO + // head: <response> single space string ... TODO function sink(response, status) { - $(response.view).view().sink(); + $(response.view).sink(); } })(Emerson);