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

rsingleTag.js « var « core « src « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e7090b77b3d80ea1a3c12e985db469dd6b72a63 (plain)
1
2
3
4
define(function() {
	// Match a standalone tag
	return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});