@webqit/oohtml 2.1.51 → 2.1.52

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": "2.1.51",
17
+ "version": "2.1.52",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@webqit/observer": "^2.1.5",
42
- "@webqit/realdom": "^2.1.12",
42
+ "@webqit/realdom": "^2.1.13",
43
43
  "@webqit/reflex-functions": "^2.1.50",
44
44
  "@webqit/util": "^0.8.11"
45
45
  },
@@ -108,7 +108,7 @@ function realtime( config ) {
108
108
  }, { live: true, timing: 'sync', staticSensitivity: config.staticsensitivity } );
109
109
  // ----------------
110
110
  if ( config.staticsensitivity ) {
111
- realdom.realtime( window.document, 'attr' ).observe( config.namespaceSelector, record => {
111
+ realdom.realtime( window.document, 'attr' ).observe( config.namespace.attr, record => {
112
112
  const ownerRoot = record.target.parentNode?.closest( config.namespaceSelector ) || _( record.target ).get( 'ownerNamespace' ) || window.document;
113
113
  const ownerRootNamespaceObj = getNamespaceObject.call( window, ownerRoot, config );
114
114
  const namespaceObj = getNamespaceObject.call( window, record.target, config );