sbin/res/jsdoc/app/test/exports.js
author cavaliet
Wed, 18 Apr 2012 13:37:00 +0200
changeset 869 faae5df935de
parent 520 fe008e95a716
permissions -rw-r--r--
update slide share widget with flash embed and js slide number control.

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

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