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
cc735caa
authored
2013-04-28 17:07:58 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove the @options.bindingOptions check, as we're not passing that in from the view anymore.
1 parent
d1f5c6ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/rivets.coffee
src/rivets.coffee
View file @
cc735ca
...
...
@@ -38,8 +38,6 @@ class Rivets.Binding
formatter
=
if
@
model
[
id
]
instanceof
Function
@
model
[
id
]
else
if
@
options
?
.
bindingOptions
?
.
formatters
?
[
id
]
instanceof
Function
@
options
.
bindingOptions
.
formatters
[
id
]
else
@
view
.
formatters
[
id
]
...
...
Please
register
or
sign in
to post a comment