File "rsingleTag.js"

Full Path: /home/cananyalcin/public_html/vendors/parsleyjs/bower_components/jquery/src/core/var/rsingleTag.js
File size: 91 bytes
MIME-type: text/plain
Charset: utf-8

define(function() {
	// Match a standalone tag
	return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});