shuriken 0.1.2 → 0.1.2.1
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/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