mochiscript 0.6.13 → 0.6.14
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/lib/mochiscript/core.rb
CHANGED
|
@@ -102,6 +102,7 @@ var JS2 = $m;
|
|
|
102
102
|
if (typeof staticMembers['included'] == 'function') {
|
|
103
103
|
staticMembers['included'](this.klass);
|
|
104
104
|
}
|
|
105
|
+
|
|
105
106
|
},
|
|
106
107
|
|
|
107
108
|
createNamespace: function(name) {
|
|
@@ -199,6 +200,8 @@ var JS2 = $m;
|
|
|
199
200
|
}
|
|
200
201
|
}
|
|
201
202
|
|
|
203
|
+
if (this.extended) this.extended(klass);
|
|
204
|
+
|
|
202
205
|
return klass;
|
|
203
206
|
};
|
|
204
207
|
|
data/lib/mochiscript/version.rb
CHANGED
|
@@ -67,6 +67,7 @@ window.$m = $m;
|
|
|
67
67
|
if (typeof staticMembers['included'] == 'function') {
|
|
68
68
|
staticMembers['included'](this.klass);
|
|
69
69
|
}
|
|
70
|
+
|
|
70
71
|
},
|
|
71
72
|
|
|
72
73
|
createNamespace: function(name) {
|
|
@@ -164,6 +165,8 @@ window.$m = $m;
|
|
|
164
165
|
}
|
|
165
166
|
}
|
|
166
167
|
|
|
168
|
+
if (this.extended) this.extended(klass);
|
|
169
|
+
|
|
167
170
|
return klass;
|
|
168
171
|
};
|
|
169
172
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mochiscript
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.14
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-09-
|
|
12
|
+
date: 2012-09-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: therubyracer
|