Fix bug where deep links didn't connect

This commit is contained in:
Andrew Miner
2015-01-21 15:32:35 -08:00
parent e612cedf8d
commit 641f3f522b
4 changed files with 5 additions and 4 deletions
@@ -87,7 +87,7 @@ module.exports = class BaseController extends Backbone.View
logger.error "Default render called for #{@constructor.name} without a template"
return this
logger.verbose "#{this} rendering with data: #{util.inspect(data)}"
logger.verbose "#{this} rendering with data: #{data}"
@onWillRender()
$oldEl = @$el
$newEl = Backbone.$(@_template(data))