Skip to content

Instantly share code, notes, and snippets.

@joshuaballoch
Created December 3, 2012 03:45
Show Gist options
  • Save joshuaballoch/4192547 to your computer and use it in GitHub Desktop.
Save joshuaballoch/4192547 to your computer and use it in GitHub Desktop.
class GigaMaterialOptionEditForm
constructor: (element) ->
@element = $ element
@element.on 'click.giga_material_option_edit_form', '.icon-refresh', $.proxy(this, 'revert_to_inherited_data')
revert_to_inherited_data: (e)->
field = e.currentTarget
alert e.currentTarget
field.closest('.controls').find('input[type=text]').val('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment