This plugin is meant to simplify the syntax for javascript of creating and using a namespace, with an attached context for defining classes inside.
$.using("company.component.section", function(context) {
// define class here which attaches to the namespace
});