Sha256: eab45b7d7361cf5dd9ad4fea1e0942782829dfd02e783c35e4f13ad381db375f
Contents?: true
Size: 384 Bytes
Versions: 2
Compression:
Stored size: 384 Bytes
Contents
wysihtml.commands.underline = (function() { var nodeOptions = { nodeName: "U", toggle: true }; return { exec: function(composer, command) { wysihtml.commands.formatInline.exec(composer, command, nodeOptions); }, state: function(composer, command) { return wysihtml.commands.formatInline.state(composer, command, nodeOptions); } }; })();
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wysihtml-rails-0.6.0.beta2 | vendor/assets/javascripts/wysihtml/extra_commands/underline.js |
wysihtml-rails-0.6.0.beta | vendor/assets/javascripts/wysihtml/extra_commands/underline.js |