This commit is contained in:
Erick Ruiz de Chavez 2012-10-16 16:43:30 -04:00 committed by Rick Waldron
parent f47e3da3c2
commit e2ff2b1120

View File

@ -1,4 +1,6 @@
module("callbacks", { teardown: moduleTeardown });
module( "callbacks", {
teardown: moduleTeardown
});
(function() {
@ -56,7 +58,10 @@ jQuery.each( tests, function( strFlags, resultString ) {
jQuery.each( filters, function( filterLabel, filter ) {
jQuery.each( { "string": strFlags, "object": objectFlags }, function( flagsTypes, flags ) {
jQuery.each({
"string": strFlags,
"object": objectFlags
}, function( flagsTypes, flags ) {
test( "jQuery.Callbacks( " + showFlags( flags ) + " ) - " + filterLabel, function() {