Method: Fancybox2::Module::Base#on_stop=
- Defined in:
- lib/fancybox2/module/base.rb
#on_stop=(callback) ⇒ Object
211 212 213 |
# File 'lib/fancybox2/module/base.rb', line 211 def on_stop=(callback) @on_stop = callback if callback.is_a?(Proc) end |