typeout 1.4.1 → 1.4.2
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.
- data/README.rdoc +1 -1
- data/lib/typeout.js +4 -4
- data/lib/typeout.rb +1 -1
- metadata +4 -4
data/README.rdoc
CHANGED
data/lib/typeout.js
CHANGED
@@ -190,7 +190,7 @@ var Typeout = new Class({
|
|
190
190
|
}
|
191
191
|
});
|
192
192
|
|
193
|
-
var
|
193
|
+
var TypeoutPreview = new Class({
|
194
194
|
Implements: Options,
|
195
195
|
|
196
196
|
options: {
|
@@ -205,7 +205,7 @@ var TypeOutPreview = new Class({
|
|
205
205
|
|
206
206
|
self.setOptions(options);
|
207
207
|
|
208
|
-
self.typeOut = new
|
208
|
+
self.typeOut = new Typeout;
|
209
209
|
self.dirty = true;
|
210
210
|
self.ready = false;
|
211
211
|
|
@@ -255,8 +255,8 @@ var TypeOutPreview = new Class({
|
|
255
255
|
}
|
256
256
|
});
|
257
257
|
|
258
|
-
|
259
|
-
Extends:
|
258
|
+
TypeoutTemplatePreview = new Class({
|
259
|
+
Extends: TypeoutPreview,
|
260
260
|
|
261
261
|
initialize: function(textArea, previewDiv, template, options) {
|
262
262
|
var self = this;
|
data/lib/typeout.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typeout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 2
|
10
|
+
version: 1.4.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Connor McKay
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-18 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|