sbin/res/jsdoc/app/test/exports.js
author hamidouk
Thu, 19 Jan 2012 12:21:37 +0100
branchpopcorn-port
changeset 680 28ffcd88cdfd
parent 520 fe008e95a716
permissions -rw-r--r--
follow mediafragment conventions for links.

/** @namespace */
var mxn = {};

(function(){ 
    /** @exports Map as mxn.Map */
    var Map =
        /** @constructor */
        mxn.Map = function() {
        };
    
    /** A method. */
    Map.prototype.doThings = function() {
    };
})();