UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

17 lines (14 loc) 292 B
/** @namespace */ myProject = myProject || {}; /** @namespace */ myProject.myModule = (function () { /** describe myPrivateVar here */ var myPrivateVar = ""; var myPrivateMethod = function () { } /** @scope myProject.myModule */ return { myPublicMethod: function () { } }; })();