Merge branch 'master' into event-handler-configuration
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -368,6 +368,7 @@ Rivets.binders = | ... | @@ -368,6 +368,7 @@ Rivets.binders = |
368 | block: true | 368 | block: true |
369 | 369 | ||
370 | bind: (el) -> | 370 | bind: (el) -> |
371 | unless @marker? | ||
371 | attr = ['data', @view.config.prefix, @type].join('-').replace '--', '-' | 372 | attr = ['data', @view.config.prefix, @type].join('-').replace '--', '-' |
372 | @marker = document.createComment " rivets: #{@type} " | 373 | @marker = document.createComment " rivets: #{@type} " |
373 | @iterated = [] | 374 | @iterated = [] | ... | ... |
-
Please register or sign in to post a comment