mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-summit/issues/56
This commit is contained in:
parent
f47e3da3c2
commit
e2ff2b1120
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user