ae93758f by Michael Richards

Fix missed comma in unbindEvent call.

1 parent 3a018796
......@@ -100,7 +100,7 @@ class Rivets.Binding
Rivets.config.adapter.unsubscribe @model, @keypath, @sync
if @isBidirectional()
unbindEvent @el 'change', @publish
unbindEvent @el, 'change', @publish
if @options.dependencies?.length
for keypath in @options.dependencies
......