@webqit/oohtml 4.1.0 → 4.1.1-debug.1

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
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "4.1.0",
17
+ "version": "4.1.1-debug.1",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -154,6 +154,8 @@ export default function() {
154
154
  * @return void
155
155
  */
156
156
  fill( slottableElements ) {
157
+ console.log('////////--///////', entry, connectedState);
158
+
157
159
  if ( Array.isArray( slottableElements ) ) { slottableElements = new Set( slottableElements ) }
158
160
  // This state must be set before the diffing below and the serialization done at createAnchorNode()
159
161
  this.el.setAttribute( 'data-nodecount', slottableElements.size );