scratch

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