UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

14 lines (12 loc) 246 B
/** @namespace */ var mxn = {}; (function(){ /** @exports Map as mxn.Map */ var Map = /** @constructor */ mxn.Map = function() { }; /** A method. */ Map.prototype.doThings = function() { }; })();