i4way-dash/.svn/pristine/52/5220d6fad2d0125f0d4018eb6ef...

5 lines
91 B
Plaintext

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