Work on namespaces in progress.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
foo = Namespace.create({initialize:function(){
|
||||
}
|
||||
, box:function(){
|
||||
return !false;
|
||||
}
|
||||
});
|
||||
|
||||
function test() {
|
||||
return foo.box()
|
||||
}
|
||||
Reference in New Issue
Block a user