simditor 2.1.6.0 → 2.1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/simditor/version.rb +1 -1
- data/vendor/assets/javascripts/simditor/simditor.js +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c955e1d2cc3106cd53c944ca054144ffe7de935
|
4
|
+
data.tar.gz: 50b8563c9f4f7215533ff123539ef606c644d127
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4db4cc45a2c0b2bcc461aea7856425eaf3732015c56c27a58c98438f3880a9c4c82c0d7e0131b286a932c8b11458af525918f2031117d86efadc0da353d4c83
|
7
|
+
data.tar.gz: af04f5f47a02e18bce3afff73f5cbc28350a675cec03a7e225c19363064ac0291e3cafd1f886a2eef82d7b4b69c10b18ee093e8c958a18f88690ec1db86ea0bb
|
data/lib/simditor/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
* Simditor v2.1.
|
2
|
+
* Simditor v2.1.7
|
3
3
|
* http://simditor.tower.im/
|
4
|
-
* 2015-
|
4
|
+
* 2015-11-04
|
5
5
|
*/
|
6
6
|
(function (root, factory) {
|
7
7
|
if (typeof define === 'function' && define.amd) {
|
@@ -4532,7 +4532,7 @@ IndentButton = (function(superClass) {
|
|
4532
4532
|
};
|
4533
4533
|
|
4534
4534
|
IndentButton.prototype.command = function() {
|
4535
|
-
return this.editor.
|
4535
|
+
return this.editor.indentation.indent();
|
4536
4536
|
};
|
4537
4537
|
|
4538
4538
|
return IndentButton;
|
@@ -4562,7 +4562,7 @@ OutdentButton = (function(superClass) {
|
|
4562
4562
|
};
|
4563
4563
|
|
4564
4564
|
OutdentButton.prototype.command = function() {
|
4565
|
-
return this.editor.
|
4565
|
+
return this.editor.indentation.indent(true);
|
4566
4566
|
};
|
4567
4567
|
|
4568
4568
|
return OutdentButton;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wentao Liu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Rails assets wrapper for https://github.com/mycolorway/simditor
|
14
14
|
email:
|