Sha256: 501852a7741cfa37c4d9a3081f9ce99a21911e6801e1e455ef9d2d3c03b07926
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
wysihtml.commands.alignJustifyStyle = (function() { var nodeOptions = { styleProperty: "textAlign", styleValue: "justify", toggle: true }; return { exec: function(composer, command) { return wysihtml.commands.formatBlock.exec(composer, "formatBlock", nodeOptions); }, state: function(composer, command) { return wysihtml.commands.formatBlock.state(composer, "formatBlock", nodeOptions); } }; })();
Version data entries
2 entries across 2 versions & 1 rubygems