small whitespace correction

This commit is contained in:
John Bender 2010-12-11 00:56:56 -08:00
parent 6f8aada084
commit 7e0cdbef5e

View file

@ -314,9 +314,7 @@
var nativeSupportTest = function(opts){
$.support.orientation = opts.orientationSupport;
same($.event.special.orientationchange[opts.method](),
opts.returnValue);
same($.event.special.orientationchange[opts.method](), opts.returnValue);
};
test( "orientation change setup should do nothing when natively supported", function(){