mochiscript 0.6.13 → 0.6.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Mochiscript
2
- VERSION = "0.6.13"
2
+ VERSION = "0.6.14"
3
3
  end
@@ -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.13
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-07 00:00:00.000000000 Z
12
+ date: 2012-09-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: therubyracer