@webqit/oohtml 3.0.1-8 → 3.0.1-9
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -627,7 +627,7 @@ While the `cool` reference remains bound to the `cool` *binding* on the `documen
|
|
|
627
627
|
document.body.bindings.cool = '200%';
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
|
|
630
|
+
</details>
|
|
631
631
|
|
|
632
632
|
<details><summary>With SSR Support</summary>
|
|
633
633
|
|
|
@@ -734,7 +734,7 @@ While the `someColor` reference remains bound to the `someColor` *binding* on th
|
|
|
734
734
|
document.body.bindings.someColor = 'brown';
|
|
735
735
|
```
|
|
736
736
|
|
|
737
|
-
|
|
737
|
+
</details>
|
|
738
738
|
|
|
739
739
|
<details><summary>All in realtime</summary>
|
|
740
740
|
|