Skip to content

Commit

Permalink
yeh
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Dec 4, 2024
1 parent d5cc3d5 commit bb37343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/online/backend/SyncScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SyncScript extends SScript {
set("data", data);
set("print", s -> Sys.println(s));
set("typeof", s -> Type.getClassName(Type.getClass(s)));
set("parent", () -> return this);
set("parent", this);
set("alert", (title, ?message) -> Alert.alert(title, message));
}
}
Expand Down

0 comments on commit bb37343

Please sign in to comment.