Add default { template } delimiters.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -20,6 +20,7 @@ Rivets = | ... | @@ -20,6 +20,7 @@ Rivets = |
20 | # overridden globally or local to a `Rivets.View` instance. | 20 | # overridden globally or local to a `Rivets.View` instance. |
21 | config: | 21 | config: |
22 | prefix: 'rv' | 22 | prefix: 'rv' |
23 | templateDelimiters: ['{', '}'] | ||
23 | rootInterface: '.' | 24 | rootInterface: '.' |
24 | preloadData: true | 25 | preloadData: true |
25 | 26 | ... | ... |
-
Please register or sign in to post a comment