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
c08bbe55
authored
2012-09-05 18:42:06 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rejoin the keypath using '.' instead of ','. [Closes #63]
1 parent
bc1446d8
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 @
c08bbe5
...
...
@@ -152,7 +152,7 @@ class Rivets.View
options
.
formatters
=
pipes
model
=
@
models
[
splitPath
.
shift
()]
options
.
bypass
=
path
.
indexOf
(
":"
)
!=
-
1
keypath
=
splitPath
.
join
()
keypath
=
splitPath
.
join
'.'
if
model
if
dependencies
=
context
.
shift
()
...
...
Please
register
or
sign in
to post a comment