Sha256: ab8d056b18673e296930030b7782bb3b39e8c84a74030922a808fcf369bc49f3
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 Bytes
Contents
wysihtml.commands.superscript = (function() { var nodeOptions = { nodeName: "SUP", 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/superscript.js |
wysihtml-rails-0.6.0.beta | vendor/assets/javascripts/wysihtml/extra_commands/superscript.js |