module Apotomo::JavascriptGenerator::Prototype
Public Instance Methods
animate(id, markup)
click to toggle source
# File lib/apotomo-animate/javascript_generator.rb, line 6 def animate(id, markup) replace(id, markup) end
animate_id(id, markup)
click to toggle source
# File lib/apotomo-animate/javascript_generator.rb, line 9 def animate_id(id, markup) replace_id(id, markup) end