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.
Files changed (2) hide show
  1. package/README.md +2 -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
- `lw-for` binds the DOM to the list of elements respectively if `typeof element`
257
- evaluates `object`. To access the DOM node, use `element.getDom()`.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leanweb",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Builds framework agnostic web components.",
5
5
  "bin": {
6
6
  "leanweb": "leanweb.js",