GitXplorerGitXplorer
s

namespaced

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Namespaced

A simple namespace library for JavaScript.

Namespaced.declare('myApp.namespace');
myApp.namespace = 'it worked!'; // does not complain about namespace being undefined