mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Effects tests: Fixed JSHint references.
This commit is contained in:
parent
754ff38ef5
commit
e79c79df4e
@ -174,7 +174,7 @@ $.each( $.effects.effect, function( effect ) {
|
||||
|
||||
// puff and size are defined inside scale
|
||||
if ( effect !== "puff" && effect !== "size" ) {
|
||||
TestHelpers.testJshint( "effects." + effect );
|
||||
TestHelpers.testJshint( "ui.effect-" + effect );
|
||||
}
|
||||
|
||||
if ( effect === "transfer" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user