scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 define(function() {
58 office 2 // Match a standalone tag
125 office 3 return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
4 <(\w+)\s*\/?><\/\1>});