Sha256: 271a67f95d3f40ef1865750f3921170a000576cf567c1f7a14874105f1e5ae54
Contents?: true
Size: 353 Bytes
Versions: 3
Compression:
Stored size: 353 Bytes
Contents
class @Stock constructor: -> @register_click_event_to_remove_comable_stock_button() register_click_event_to_remove_comable_stock_button: -> $(document).on('click', '.js-remove-comable-stock', -> $stock = $(this).closest('.comable-stock') $stock.addClass('hidden') $stock.find('input[data-name="destroy"]').val(true) )
Version data entries
3 entries across 3 versions & 1 rubygems