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
3f439a7a
authored
2013-05-24 15:33:41 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Process the declaration into a binding if the key is null or if a model exists a…
…t the specific key. [#172]
1 parent
557742db
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 @
3f439a7
...
...
@@ -208,7 +208,7 @@ class Rivets.View
splitPath
.
shift
()
keypath
=
splitPath
.
join
'.'
if
@
models
[
key
]
?
if
not
key
or
@
models
[
key
]
?
if
dependencies
=
context
.
shift
()
options
.
dependencies
=
dependencies
.
split
/\s+/
...
...
Please
register
or
sign in
to post a comment