diff --git a/src/bindings.coffee b/src/bindings.coffee index 1126bbed6..7bf06bf49 100644 --- a/src/bindings.coffee +++ b/src/bindings.coffee @@ -157,7 +157,7 @@ class Rivets.ComponentBinding extends Rivets.Binding if @componentView? @componentView?.bind() else - el = @component.build.call @attributes + el = @component.build.call @attributes @el (@componentView = new Rivets.View(el, @locals(), @view.options)).bind() @el.parentNode.replaceChild el, @el