scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/core/var/rsingleTag.js
@@ -1,6 +1,4 @@
define( function() {
"use strict";
 
define(function() {
// Match a standalone tag
return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
} );
return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/);
});