Commit 40b3171f7ac358ccc3acf6ff0ba050637ac275b9

Tiny documentation clarification

Commit diff

lib/monkeybars/view.rb

 
483483 # All handlers are re-added to the component afterwards.
484484 #
485485 # some_text_field.disable_handlers(:action, :key) do
486 # # some code that we don't want to trigger action and key handlers for
486 # # some code that we don't want to trigger action listener methods or key listener methods for
487487 # end
488488 #
489489 def disable_handlers(*types)
toggle raw diff