Blame | Last modification | View Log | RSS feed
define(function() { // Match a standalone tag return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); });
define(function() {
// Match a standalone tag
return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});