From: David Serduke Date: Wed, 5 Dec 2007 17:33:49 +0000 (+0000) Subject: Fixed the build/speed testing application to work with current versions of jQuery... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=b0b5fa74b6790ad18504c063f2ffcc1beb52916a;hp=b0b5fa74b6790ad18504c063f2ffcc1beb52916a;p=jquery.git Fixed the build/speed testing application to work with current versions of jQuery. The main changes were implementing :has() where necessary to replace functionality that no longer existed and to use noConflict() so the libraries wouldn't have to be modified for the speed testing. So now the file jquery-basis.js will be tested against the jquery.js in the /dist directory. Version 1.2.1 is currently in jquery-basis.js. ---