mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 21:01:00 +00:00
small whitespace correction
This commit is contained in:
parent
6f8aada084
commit
7e0cdbef5e
1 changed files with 1 additions and 3 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue