Skip to content

Commit

Permalink
deploy: 5734de1
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Jan 3, 2025
1 parent 010feee commit 8f715d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h1 id="running-scripts"><a class="header" href="#running-scripts">Running Scrip
// trigger the event
fn send_event(mut writer: EventWriter&lt;ScriptCallbackEvent&gt;) {
writer.send(ScriptCallbackEvent::new_for_all(
CallbackLabels::OnEvent,
OnEvent,
vec![ScriptValue::Unit],
));
}</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion running-scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h1 id="running-scripts"><a class="header" href="#running-scripts">Running Scrip
// trigger the event
fn send_event(mut writer: EventWriter&lt;ScriptCallbackEvent&gt;) {
writer.send(ScriptCallbackEvent::new_for_all(
CallbackLabels::OnEvent,
OnEvent,
vec![ScriptValue::Unit],
));
}</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8f715d7

Please sign in to comment.