class Slimi::Filters::Embedded::JavaScriptEngine

Javascript wrapper engine. Like TagEngine, but can wrap content in html comment or cdata.

Public Instance Methods

on_slimi_embedded(engine, body, attrs) click to toggle source
# File lib/slimi/filters/embedded.rb, line 226
def on_slimi_embedded(engine, body, attrs)
  super(engine, [:html, :js, body], attrs)
end