scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/jquery/src/ajax/var/nonce.js
@@ -1,7 +1,5 @@
define( [
define([
"../../core"
], function( jQuery ) {
"use strict";
 
return jQuery.now();
} );
});
/bower_components/jquery/src/ajax/var/rquery.js
@@ -1,5 +1,3 @@
define( function() {
"use strict";
 
return ( /\?/ );
} );
define(function() {
return (/\?/);
});