Skip to content

Commit fa52972

Browse files
committed
upd
1 parent b662099 commit fa52972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overview/relation/reactjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ In Jet+Fuse the concept of "refs" is more formally called *references*.
100100
package com.business.components {
101101
public function HelloWorld() {
102102
[Reference]
103-
var button:Button? = null;
103+
var button:Button?;
104104
105105
use effect [] {
106106
trace(button!);

0 commit comments

Comments
 (0)