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
b6deb70c
authored
2013-10-23 21:20:31 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Don't reference Node for the type number (for IE incompatabilities).
1 parent
e98e03ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/view.coffee
src/view.coffee
View file @
b6deb70
...
...
@@ -48,7 +48,7 @@ class Rivets.View
parse
=
(
node
)
=>
unless
node
in
skipNodes
if
node
.
nodeType
is
Node
.
TEXT_NODE
if
node
.
nodeType
is
3
parser
=
Rivets
.
TextTemplateParser
if
delimiters
=
@
config
.
templateDelimiters
...
...
Please
register
or
sign in
to post a comment