Remove extra indent in eventBinding().
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -139,8 +139,8 @@ getInputValue = (el) -> | ... | @@ -139,8 +139,8 @@ getInputValue = (el) -> |
139 | 139 | ||
140 | # Returns an element binding routine for the specified attribute. | 140 | # Returns an element binding routine for the specified attribute. |
141 | eventBinding = (event) -> (el, bind, unbind) -> | 141 | eventBinding = (event) -> (el, bind, unbind) -> |
142 | bindEvent el, event, bind if bind | 142 | bindEvent el, event, bind if bind |
143 | unbindEvent el, event, unbind if unbind | 143 | unbindEvent el, event, unbind if unbind |
144 | 144 | ||
145 | # Returns an attribute binding routine for the specified attribute. This is what | 145 | # Returns an attribute binding routine for the specified attribute. This is what |
146 | # is used when there are no matching routines for an identifier. | 146 | # is used when there are no matching routines for an identifier. | ... | ... |
-
Please register or sign in to post a comment