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
caae0fd2
authored
2014-02-21 19:30:11 -0800
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make observable properties enumerable. [Closes #276]
1 parent
39df93d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/adapters.coffee
src/adapters.coffee
View file @
caae0fd
...
...
@@ -57,6 +57,7 @@ Rivets.adapters['.'] =
value
=
obj
[
keypath
]
Object
.
defineProperty
obj
,
keypath
,
enumerable
:
true
get
:
->
value
set
:
(
newValue
)
=>
if
newValue
isnt
value
...
...
Please
register
or
sign in
to post a comment