Skip to content

Commit b25f36f

Browse files
committed
Build distribution files
1 parent 74cfb62 commit b25f36f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

dist/wysihtml5x-toolbar.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13478,6 +13478,19 @@ wysihtml5.views.View = Base.extend(
1347813478
this._observe();
1347913479
if (showOnInit) { this.show(); }
1348013480

13481+
if (editor.config.classNameCommandDisabled != null) {
13482+
CLASS_NAME_COMMAND_DISABLED = editor.config.classNameCommandDisabled;
13483+
}
13484+
if (editor.config.classNameCommandsDisabled != null) {
13485+
CLASS_NAME_COMMANDS_DISABLED = editor.config.classNameCommandsDisabled;
13486+
}
13487+
if (editor.config.classNameCommandActive != null) {
13488+
CLASS_NAME_COMMAND_ACTIVE = editor.config.classNameCommandActive;
13489+
}
13490+
if (editor.config.classNameActionActive != null) {
13491+
CLASS_NAME_ACTION_ACTIVE = editor.config.classNameActionActive;
13492+
}
13493+
1348113494
var speechInputLinks = this.container.querySelectorAll("[data-wysihtml5-command=insertSpeech]"),
1348213495
length = speechInputLinks.length,
1348313496
i = 0;

dist/wysihtml5x-toolbar.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wysihtml5x-toolbar.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wysihtml5x.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)