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
cea33de8
authored
2012-10-06 13:05:13 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #72 from jlsync/master
IE8 fix.
2 parents
8337496b
3bd7c34d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/rivets.coffee
src/rivets.coffee
View file @
cea33de
...
...
@@ -278,7 +278,7 @@ iterationBinding = (name) -> (el, collection, binding) ->
data
[
name
]
=
item
itemEl
=
el
.
cloneNode
true
previous
=
binding
.
iterated
[
binding
.
iterated
.
length
-
1
]
or
binding
.
marker
binding
.
marker
.
parentNode
.
insertBefore
itemEl
,
previous
.
nextSibling
binding
.
marker
.
parentNode
.
insertBefore
itemEl
,
previous
.
nextSibling
?
null
binding
.
iterated
.
push
el
:
itemEl
...
...
Please
register
or
sign in
to post a comment