f86541f3 by Michael Richards

Disable template parsing in the default configuration for 0.5.x to avoid unexpec…

…ted issues. It will be set to ["{{", "}}"] by default in 0.6.x. [#181]
1 parent cd122b24
...@@ -598,7 +598,6 @@ Rivets.internalBinders = ...@@ -598,7 +598,6 @@ Rivets.internalBinders =
598 # overridden globally or local to a `Rivets.View` instance. 598 # overridden globally or local to a `Rivets.View` instance.
599 Rivets.config = 599 Rivets.config =
600 preloadData: true 600 preloadData: true
601 templateDelimiters: ['{{', '}}']
602 handler: (context, ev, binding) -> 601 handler: (context, ev, binding) ->
603 @call context, ev, binding.view.models 602 @call context, ev, binding.view.models
604 603
......