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
ad0df3fb
authored
2012-11-17 12:43:24 -0800
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'fix-ie8-getelementsbytag'
2 parents
19d6db6b
66b0b378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/rivets.coffee
src/rivets.coffee
View file @
ad0df3f
...
...
@@ -133,7 +133,7 @@ class Rivets.View
skipNodes
=
[]
bindingRegExp
=
@
bindingRegExp
()
parse
Node
=
(
node
)
=>
parse
=
(
node
)
=>
unless
node
in
skipNodes
for
attribute
in
node
.
attributes
if
bindingRegExp
.
test
attribute
.
name
...
...
@@ -183,8 +183,8 @@ class Rivets.View
return
for
el
in
@
els
parse
Node
el
parse
Node
node
for
node
in
el
.
getElementsByTagName
'*'
parse
el
parse
node
for
node
in
el
.
getElementsByTagName
'*'
when
node
.
attributes
?
return
...
...
Please
register
or
sign in
to post a comment