leanweb 1.2.3 → 1.2.4
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
|
@@ -253,8 +253,8 @@ items = ["one", "two", "three"];
|
|
|
253
253
|
|
|
254
254
|
#### access DOM from lw-for
|
|
255
255
|
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
You could access DOM nodes for each element in a `lw-for` loop by calling
|
|
257
|
+
`elem.getDom()` as long as `typeof elem` evaluates `object`.
|
|
258
258
|
|
|
259
259
|
### lw-model and lw-on:
|
|
260
260
|
|