File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ testIframeWithCallback(
351
351
"style" : true ,
352
352
"submit" : true
353
353
} ;
354
- } else if ( / i p h o n e o s 9 / i. test ( userAgent ) ) {
354
+ } else if ( / i p h o n e o s 9 _ / i. test ( userAgent ) ) {
355
355
expected = {
356
356
"ajax" : true ,
357
357
"attributes" : true ,
@@ -385,7 +385,7 @@ testIframeWithCallback(
385
385
"style" : true ,
386
386
"submit" : true
387
387
} ;
388
- } else if ( / i p h o n e o s 8 / i. test ( userAgent ) ) {
388
+ } else if ( / i p h o n e o s 8 _ / i. test ( userAgent ) ) {
389
389
expected = {
390
390
"ajax" : true ,
391
391
"attributes" : true ,
@@ -419,7 +419,7 @@ testIframeWithCallback(
419
419
"style" : true ,
420
420
"submit" : true
421
421
} ;
422
- } else if ( / i p h o n e o s 7 / i. test ( userAgent ) ) {
422
+ } else if ( / i p h o n e o s 7 _ / i. test ( userAgent ) ) {
423
423
expected = {
424
424
"ajax" : true ,
425
425
"attributes" : true ,
You can’t perform that action at this time.
0 commit comments