Welcome to mirror list, hosted at ThFree Co, Russian Federation.

global.js « test « app « jsdoc-toolkit « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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() {
}