Sha256: e714ccd7a0dc5d11becacf1f62e19166e7260917ebf7dfdf9c2ca59aaab1c2de
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
wysihtml.commands.insertUnorderedList = (function() { return { exec: function(composer, command) { wysihtml.commands.insertList.exec(composer, command, "UL"); }, state: function(composer, command) { return wysihtml.commands.insertList.state(composer, command, "UL"); } }; })();
Version data entries
2 entries across 2 versions & 1 rubygems