Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 199 Bytes

File metadata and controls

9 lines (7 loc) · 199 Bytes

Namespaced

A simple namespace library for JavaScript.

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