@webqit/oohtml 5.0.13 → 5.0.14

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": "5.0.13",
17
+ "version": "5.0.14",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
@@ -242,7 +242,8 @@ function compileInlineBindings( config, str ) {
242
242
  // Events
243
243
  if ( directive === '@' ) {
244
244
  if ( param === '@connected' ) {
245
- return `${arg};`;
245
+ console.log('-------------------', right, '||', right.startsWith('{') ? right.slice(1, -1) : right);
246
+ return `${ right.startsWith('{') ? right.slice(1, -1) : right };`;
246
247
  }
247
248
  $event_i++;
248
249
  return `