projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'kberg-work'
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
test
/
exports.js
1
/** @namespace */
2
var
mxn
= {};
3
4
(
function
(){
5
/** @exports Map as mxn.Map */
6
var
Map
=
7
/** @constructor */
8
mxn
.
Map
=
function
() {
9
};
10
11
/** A method. */
12
Map
.
prototype
.
doThings
=
function
() {
13
};
14
})();