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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aad34313602242d3c57b3e66c1cb3875724862d2
4
- data.tar.gz: 563b7a4c147de9b3acae6499c0414a625e2fc7be
3
+ metadata.gz: 9c955e1d2cc3106cd53c944ca054144ffe7de935
4
+ data.tar.gz: 50b8563c9f4f7215533ff123539ef606c644d127
5
5
  SHA512:
6
- metadata.gz: 900d43f6655399a9c570d59e6698dfd0698ff696f53370d86eaaeea38eb5cb9ebcca48535ac8c9aae3d187f46c6fe89040f668c8aa2601a294779675ad86a2b3
7
- data.tar.gz: 9ad53e032294e73ea59c6aab7b3d6af4d3649351d9d85d8457ba6e725a523a72ad3681de8299dadf1fbe92515086067aedcf4f53b0c1c51fe60e10101ecb132c
6
+ metadata.gz: b4db4cc45a2c0b2bcc461aea7856425eaf3732015c56c27a58c98438f3880a9c4c82c0d7e0131b286a932c8b11458af525918f2031117d86efadc0da353d4c83
7
+ data.tar.gz: af04f5f47a02e18bce3afff73f5cbc28350a675cec03a7e225c19363064ac0291e3cafd1f886a2eef82d7b4b69c10b18ee093e8c958a18f88690ec1db86ea0bb
@@ -1,5 +1,5 @@
1
1
  module Simditor
2
2
  module Version
3
- EDITOR = "2.1.6.0"
3
+ EDITOR = "2.1.7.0"
4
4
  end
5
5
  end
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Simditor v2.1.6
2
+ * Simditor v2.1.7
3
3
  * http://simditor.tower.im/
4
- * 2015-10-04
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.util.indent();
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.util.outdent();
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.6.0
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 00:00:00.000000000 Z
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: