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
9babe608
authored
2012-07-24 17:48:47 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove extra indent in eventBinding().
1 parent
16db1a55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/rivets.coffee
src/rivets.coffee
View file @
9babe60
...
...
@@ -139,8 +139,8 @@ getInputValue = (el) ->
# Returns an element binding routine for the specified attribute.
eventBinding
=
(
event
)
->
(
el
,
bind
,
unbind
)
->
bindEvent
el
,
event
,
bind
if
bind
unbindEvent
el
,
event
,
unbind
if
unbind
bindEvent
el
,
event
,
bind
if
bind
unbindEvent
el
,
event
,
unbind
if
unbind
# Returns an attribute binding routine for the specified attribute. This is what
# is used when there are no matching routines for an identifier.
...
...
Please
register
or
sign in
to post a comment