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