0.3.1 • Published 9 years ago

dandruid-namespace v0.3.1

Weekly downloads
14
License
Apache License, V...
Repository
bitbucket
Last release
9 years ago

namespace aka dandruid-namespace

Base namespace functionality.

Usage

var NS = namespace("com.dandruid").current;
NS.myMethod = function(){return "is awesome!";}
namespace("com.jquery", require(jQuery));
//namespace.current == jQuery
namespace("com.dandruid", {
	models: {},
	controllers: {},
	views: {},
	templates: {}
});
0.3.1

9 years ago

0.3.0

9 years ago

0.1.0

10 years ago