@webqit/oohtml 4.1.1-debug.2 → 4.1.1-debug.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -154,8 +154,6 @@ export default function() {
|
|
|
154
154
|
* @return void
|
|
155
155
|
*/
|
|
156
156
|
fill( slottableElements ) {
|
|
157
|
-
console.log('////////--///////', slottableElements);
|
|
158
|
-
|
|
159
157
|
if ( Array.isArray( slottableElements ) ) { slottableElements = new Set( slottableElements ) }
|
|
160
158
|
// This state must be set before the diffing below and the serialization done at createAnchorNode()
|
|
161
159
|
this.el.setAttribute( 'data-nodecount', slottableElements.size );
|
|
@@ -191,7 +189,6 @@ export default function() {
|
|
|
191
189
|
_( slottableElementClone ).set( 'slot@imports', this.el );
|
|
192
190
|
this[ '#' ].slottedElements.add( slottableElementClone );
|
|
193
191
|
this[ '#' ].anchorNode.before( slottableElementClone );
|
|
194
|
-
console.log('////////---////---///', slottableElementClone);
|
|
195
192
|
} );
|
|
196
193
|
} );
|
|
197
194
|
}
|