coffeescripts/shuriken.coffee in shuriken-0.1.2.1 vs coffeescripts/shuriken.coffee in shuriken-0.1.2.2

- old
+ new

@@ -39,10 +39,10 @@ parts.unshift parts current: current.parent parts.join "." base.getNS: (namespace) -> - parts: key.split "." + parts: namespace.split "." currentNS: @ for name in parts return unless currentNS[name]? currentNS: currentNS[name] currentNS \ No newline at end of file