File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 306306
307307< x-compose-lazy-no-dist > < span > Child</ span > </ x-compose-lazy-no-dist >
308308
309-
310309< script >
311-
312310 if ( ! window . ShadyDOM ) {
313311 ShadyDOM = {
314312 patch : function ( ) { } ,
315313 flush : function ( ) { }
316314 }
317315 }
318-
316+ </ script >
317+ < script >
319318 function createPatchedDocumentFragment ( ) {
320319 var frag = document . createDocumentFragment ( ) ;
321320 return frag ;
Original file line number Diff line number Diff line change 802802< x-outer >
803803 < button > click me</ button >
804804</ x-outer >
805-
806805< script >
807-
808- 'use strict' ;
809-
810806 if ( ! window . ShadyDOM ) {
811807 ShadyDOM = {
812808 patch : function ( ) { } ,
813809 flush : function ( ) { }
814810 }
815811 }
812+ </ script >
813+ < script >
814+
815+ 'use strict' ;
816816
817817 function createEnabledElement ( tag ) {
818818 var e = document . createElement ( tag ) ;
You can’t perform that action at this time.
0 commit comments