mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 11:55:22 -05:00
Build: Use jscs to check test helpers
Also fix issues found by jscs
This commit is contained in:
@@ -201,7 +201,6 @@ this.ajaxTest = function( title, expect, options ) {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
this.testIframe = function( fileName, name, fn ) {
|
||||
asyncTest(name, function() {
|
||||
|
||||
|
||||
@@ -124,7 +124,6 @@ window.moduleTeardown = function() {
|
||||
oldActive = jQuery.active;
|
||||
}
|
||||
|
||||
|
||||
for ( i in jQuery.cache ) {
|
||||
++cacheLength;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user