Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least).
This commit is contained in:
parent
ba8938d444
commit
8effe3a7de
14 changed files with 141 additions and 115 deletions
|
@ -1,4 +1,4 @@
|
|||
var jsc = now(),
|
||||
var jsc = jQuery.now(),
|
||||
rscript = /<script(.|\s)*?\/script>/gi,
|
||||
rselectTextarea = /select|textarea/i,
|
||||
rinput = /color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,
|
||||
|
@ -259,7 +259,7 @@ jQuery.extend({
|
|||
}
|
||||
|
||||
if ( s.cache === false && type === "GET" ) {
|
||||
var ts = now();
|
||||
var ts = jQuery.now();
|
||||
|
||||
// try replacing _= if it is there
|
||||
var ret = s.url.replace(rts, "$1_=" + ts + "$2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue