Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Very minor fix in @change on Cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpalmer committed Aug 20, 2012
1 parent f843451 commit 34a53ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spine.databind.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ class Cookie extends Template
change: (operators,model,controller,el,options) ->
for operator in operators
value = Cookie.get(operator.target)
binder.set(model,operator.property,value,options)
@set(model,operator.property,value,options)


DataBind =
Expand Down
2 changes: 1 addition & 1 deletion src/spine.databind.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34a53ce

Please sign in to comment.