Skip to content

Commit

Permalink
2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Feb 15, 2017
1 parent 5a09a67 commit 5e2b5c7
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 81 deletions.
69 changes: 0 additions & 69 deletions dist/plugins/colors/Gulpfile.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/plugins/colors/Gulpfile.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/plugins/colors/trumbowyg.colors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
* trumbowyg.colors.js v1.1
* trumbowyg.colors.js v1.2
* Colors picker plugin for Trumbowyg
* https://alex-d.github.com/Trumbowyg
* ===========================================================
Expand Down Expand Up @@ -98,7 +98,7 @@
plugins: {
color: {
init: function (trumbowyg) {
trumbowyg.o.plugins.colors = $.extend(true, {}, defaultOptions, trumbowyg.o.plugins.colors || {});
trumbowyg.o.plugins.colors = trumbowyg.o.plugins.colors || defaultOptions;
var foreColorBtnDef = {
dropdown: buildDropdown('foreColor', trumbowyg)
},
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/trumbowyg.colors.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/sass/trumbowyg.colors.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.4.3 - A lightweight WYSIWYG editor
* Trumbowyg v2.4.4 - A lightweight WYSIWYG editor
* Colors plugin stylesheet for Trumbowyg editor
* ------------------------
* @link https://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/trumbowyg.colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.4.3 - A lightweight WYSIWYG editor
* Trumbowyg v2.4.4 - A lightweight WYSIWYG editor
* Colors plugin stylesheet for Trumbowyg editor
* ------------------------
* @link https://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/plugins/colors/ui/trumbowyg.colors.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/trumbowyg.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.4.3 - A lightweight WYSIWYG editor
* Trumbowyg v2.4.4 - A lightweight WYSIWYG editor
* Trumbowyg core file
* ------------------------
* @link https://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/trumbowyg.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui/sass/trumbowyg.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.4.3 - A lightweight WYSIWYG editor
* Trumbowyg v2.4.4 - A lightweight WYSIWYG editor
* Default stylesheet for Trumbowyg editor
* ------------------------
* @link https://alex-d.github.io/Trumbowyg
Expand Down
2 changes: 1 addition & 1 deletion dist/ui/trumbowyg.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Trumbowyg v2.4.3 - A lightweight WYSIWYG editor
* Trumbowyg v2.4.4 - A lightweight WYSIWYG editor
* Default stylesheet for Trumbowyg editor
* ------------------------
* @link https://alex-d.github.io/Trumbowyg
Expand Down
Loading

0 comments on commit 5e2b5c7

Please sign in to comment.