File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3737 supportsHtml5Styles = ( 'hidden' in a ) ;
3838
3939 supportsUnknownElements = a . childNodes . length == 1 || ( function ( ) {
40- // assign a false positive if unable to shiv
41- ( document . createElement ) ( 'a' ) ;
4240 a = document . createDocumentFragment ( ) ;
4341 return ! ( a . cloneNode && a . createDocumentFragment && a . createElement ) ;
4442 } ( ) ) ;
Original file line number Diff line number Diff line change 3737 supportsHtml5Styles = ( 'hidden' in a ) ;
3838
3939 supportsUnknownElements = a . childNodes . length == 1 || ( function ( ) {
40- // assign a false positive if unable to shiv
41- ( document . createElement ) ( 'a' ) ;
4240 a = document . createDocumentFragment ( ) ;
4341 return ! ( a . cloneNode && a . createDocumentFragment && a . createElement ) ;
4442 } ( ) ) ;
You can’t perform that action at this time.
0 commit comments