shuriken 0.1.2 → 0.1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/coffeescripts/shuriken.coffee +2 -3
- data/lib/shuriken.rb +1 -1
- data/shuriken.gemspec +1 -1
- metadata +2 -1
@@ -111,12 +111,11 @@
|
|
111
111
|
@children: []
|
112
112
|
parent.hasChildNamespace(@) if parent?
|
113
113
|
@
|
114
|
-
|
115
|
-
|
114
|
+
namespace.prototype: sharedPrototype
|
115
|
+
new namespace name, parent
|
116
116
|
|
117
117
|
Shuriken.defineExtension: (closure) ->
|
118
118
|
for namespace in Shuriken.namespaces
|
119
|
-
console.log namespace
|
120
119
|
scopedClosure closure, namespace
|
121
120
|
Shuriken.extensions.push closure
|
122
121
|
|
data/lib/shuriken.rb
CHANGED
data/shuriken.gemspec
CHANGED