Skip to content

Commit

Permalink
Fixing 404 behavior error
Browse files Browse the repository at this point in the history
  • Loading branch information
sburel committed Jul 29, 2014
1 parent b78985a commit 260edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/webkool.js
Expand Up @@ -868,7 +868,7 @@ Client.prototype = Object.create(Application.prototype, {
var Error404Handler = Handler.template({
contentType : "text/html",
status : "404",
behavior: Behavior.template ({
Behavior: Behavior.template ({
on_render: function(handler, scope) {
application.log("404 Not found: " + handler.url);
if (handler._response) {
Expand Down

0 comments on commit 260edd2

Please sign in to comment.