scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/manipulation/var/rcheckableType.js
@@ -1,5 +1,3 @@
define( function() {
"use strict";
 
return ( /^(?:checkbox|radio)$/i );
} );
define(function() {
return (/^(?:checkbox|radio)$/i);
});