1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/view/js/bootstrap3-wysiwyg/commands.js
2020-01-14 11:27:40 -03:00

12 lines
329 B
JavaScript

(function(wysihtml5) {
wysihtml5.commands.small = {
exec: function(composer, command) {
return wysihtml5.commands.formatInline.exec(composer, command, "small");
},
state: function(composer, command) {
return wysihtml5.commands.formatInline.state(composer, command, "small");
}
};
})(wysihtml5);