testing, eh?

This commit is contained in:
Remy Sharp 2013-09-27 13:36:28 +01:00
parent ff632aa970
commit 05cbcc9591

View File

@ -80,8 +80,8 @@ module.exports = Observable.extend({
is_404: status === 404,
root: this.helpers.url('', true),
dave: this.helpers.urlForStatic('/images/logo.png')
err: err.toString(),
stack: err.stack
err: err,
stack: err.stack ? err.stack : ""
});
},