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: 1a55ee39d2c74a04bccd2d0c54838492e8df9103 (plain)
1
2
3
4
5
define( function() {

	// Match a standalone tag
	return ( /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/ );
} );