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

nodeNames.js « var « manipulation « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05bb604f47546790f1a36ed7d0faf5a3f3ed6be9 (plain)
1
2
3
4
5
define( function() {
	return "abbr|article|aside|audio|bdi|canvas|data|datalist|" +
		"details|dialog|figcaption|figure|footer|header|hgroup|main|" +
		"mark|meter|nav|output|picture|progress|section|summary|template|time|video";
} );