@webqit/oohtml 4.1.1-debug.7 → 4.1.1-debug.8

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.1-debug.7",
17
+ "version": "4.1.1-debug.8",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -120,7 +120,7 @@ function realtime( config ) {
120
120
  if ( script.scoped ) { thisContext[ config.api.scripts ].push( script ); }
121
121
  const execHash = _toHash( { script, compiledScript, thisContext } );
122
122
  const manualHandling = record.type === 'query' || ( script.type && !window.HTMLScriptElement.supports( script.type ) );
123
- if ( manualHandling && 1 ) { oohtml.Script.execute( execHash ); } else {
123
+ if ( manualHandling || 1 ) { oohtml.Script.execute( execHash ); } else {
124
124
  script.textContent = `webqit.oohtml.Script.execute( '${ execHash }' );`;
125
125
  }
126
126
  } );