Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/global.js
blob: 5ea489496bb63a40c14981ab8ef1ae4903952e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/** ecks */
var x = [1, 2, 4];

var y = {
	foo: function(){
	}
}

bar = function() {
}

function zop() {
}