Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayDavidson committed Nov 18, 2012
1 parent 475506e commit 0cf8308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/javascripts/iscjs/jquery/disable.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jQuery.fn.enableAll = ->
$(@).attr('disabled', null)

# TOGGLERS
jQuery.fn.toggleClass = (condition)->
jQuery.fn.toggleEnable = (condition)->
if condition then @enable() else @disable()

jQuery.fn.toggleInput = (condition)->
Expand Down

0 comments on commit 0cf8308

Please sign in to comment.