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 =
# overridden globally or local to a `Rivets.View` instance.
Rivets.config =
preloadData: true
templateDelimiters: ['{{', '}}']
handler: (context, ev, binding) ->
@call context, ev, binding.view.models
......