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
726dff02
authored
2013-11-16 22:41:40 -0800
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'string-extensions-compatibility'
2 parents
19bf8b2a
fd75748c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/parsers.coffee
src/parsers.coffee
View file @
726dff0
...
...
@@ -8,7 +8,7 @@ class Rivets.KeypathParser
tokens
=
[]
current
=
{
interface
:
root
,
path
:
''
}
for
index
,
char
of
keypath
for
char
in
keypath
if
char
in
interfaces
tokens
.
push
current
current
=
{
interface
:
char
,
path
:
''
}
...
...
Please
register
or
sign in
to post a comment