Skip to content

Commit

Permalink
publish v2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Jul 1, 2015
1 parent 055d72e commit cf2607d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simditor",
"version": "2.1.14",
"version": "2.1.15",
"homepage": "http://simditor.tower.im/",
"authors": [
"farthinker <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions lib/simditor.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Simditor v2.1.14
* Simditor v2.1.15
* http://simditor.tower.im/
* 2015-06-28
* 2015-07-01
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down Expand Up @@ -537,7 +537,7 @@ Formatter = (function(superClass) {
continue;
}
if (ref1 = pair[0], indexOf.call(allowedStyles, ref1) >= 0) {
styles[$.trim(pair[0])] = $trim(pair[1]);
styles[$.trim(pair[0])] = $.trim(pair[1]);
}
}
if (Object.keys(styles).length > 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simditor",
"version": "2.1.14",
"version": "2.1.15",
"description": "A simple online editor",
"keywords": "editor simditor",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion site/assets/scripts/simditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ Formatter = (function(superClass) {
continue;
}
if (ref1 = pair[0], indexOf.call(allowedStyles, ref1) >= 0) {
styles[$.trim(pair[0])] = $trim(pair[1]);
styles[$.trim(pair[0])] = $.trim(pair[1]);
}
}
if (Object.keys(styles).length > 0) {
Expand Down
4 changes: 2 additions & 2 deletions styles/simditor.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Simditor v2.1.14
* Simditor v2.1.15
* http://simditor.tower.im/
* 2015-06-28
* 2015-07-01
*/
@font-face {
font-family: 'Simditor';
Expand Down

0 comments on commit cf2607d

Please sign in to comment.