Skip to content

Commit db15fc6

Browse files
committed
upd
1 parent 6fe2e0b commit db15fc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/overview/relation/reactjs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ As to Map objects:
9494
m = { ...m, k: v };
9595
```
9696

97-
## References
97+
## Bindables
9898

99-
In Jet+Fuse the concept of "refs" is more formally called *references*.
99+
In Jet+Fuse the concept of "refs" is called *bindables*.
100100

101101
```
102102
package com.business.components {
@@ -111,7 +111,7 @@ package com.business.components {
111111
}, []);
112112
113113
return (
114-
<j:Button reference={button}>click me</j:Button>
114+
<j:Button bind={button}>click me</j:Button>
115115
);
116116
}
117117
}

0 commit comments

Comments
 (0)