File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ testIframeWithCallback(
351351 "style" : true ,
352352 "submit" : true
353353 } ;
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 ) ) {
355355 expected = {
356356 "ajax" : true ,
357357 "attributes" : true ,
@@ -385,7 +385,7 @@ testIframeWithCallback(
385385 "style" : true ,
386386 "submit" : true
387387 } ;
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 ) ) {
389389 expected = {
390390 "ajax" : true ,
391391 "attributes" : true ,
@@ -419,7 +419,7 @@ testIframeWithCallback(
419419 "style" : true ,
420420 "submit" : true
421421 } ;
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 ) ) {
423423 expected = {
424424 "ajax" : true ,
425425 "attributes" : true ,
You can’t perform that action at this time.
0 commit comments