yellow-text-rails 0.0.2 → 0.0.3

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.
@@ -1,5 +1,5 @@
1
1
  module YellowText
2
2
  module Rails
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@
4
4
  * This plugin is created to make text editing
5
5
  * more fun and to make it easy for the editor.
6
6
  *
7
- * Version: 0.3
7
+ * Version: 0.3.1
8
8
  * Author: Stefan Vermaas
9
9
  * URL: www.stefanvermaas.nl
10
10
  *
@@ -435,7 +435,7 @@
435
435
  var postData = $(methods.editor).contents().find("body").html();
436
436
 
437
437
  // Add the data to the textarea, where this plugin is attached too
438
- methods.el.html(postData);
438
+ $( methods.el ).html(postData);
439
439
  }
440
440
  };
441
441
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yellow-text-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stefan Vermaas