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
5712f6cb
authored
2013-09-30 13:48:01 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make sure we start from the actual @model passed in to the KeypathObserver.
1 parent
855a7419
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/keypath_observer.coffee
src/keypath_observer.coffee
View file @
5712f6c
...
...
@@ -12,7 +12,7 @@ class KeypathObserver
@
callback
@
target
=
next
realize
:
=>
current
=
@
view
.
adapters
[
@
root
.
interface
].
read
@
view
.
models
,
@
root
.
path
current
=
@
model
for
token
,
index
in
@
tokens
if
@
objectPath
[
index
]
?
...
...
Please
register
or
sign in
to post a comment