Module: Marlene
- Included in:
- String
- Defined in:
- lib/marlene.rb
Constant Summary collapse
- ANCHOR_TEXTNODE =
"bookmarklet"
- PSEUDOCOL =
"javascript:"
- LOADER_SCRIPT =
File.join(File.dirname(__FILE__), 'templates', 'loader.js')
- BOOKMARKLET_PAGE =
File.join(File.dirname(__FILE__), 'templates', 'page.html')
Instance Method Summary collapse
Instance Method Details
#yui_compressor ⇒ Object
13 14 15 |
# File 'lib/marlene.rb', line 13 def yui_compressor YUI::JavaScriptCompressor.new(:munge => true) end |