Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fa71dc4c
authored
2013-06-24 21:21:37 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Define a default template delimiter (mustache-style template delimiters). [#181]
1 parent
386f1c8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/rivets.coffee
src/rivets.coffee
View file @
fa71dc4
...
...
@@ -598,6 +598,7 @@ 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
...
...
Please
register
or
sign in
to post a comment