Skip to content

Commit

Permalink
add js
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Jan 16, 2024
1 parent cfb1f36 commit f8ebc1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def message():
return "World"

---client
import js
from starfyre import js

def handle_click():
js.console.log("Hello World")
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def message():
return "World"

---client
import js
from starfyre import js

def handle_click():
js.console.log("Hello World")
Expand Down
2 changes: 1 addition & 1 deletion starfyre/js/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import random

import js
from starfyre import js


store = GLOBAL_STORE
Expand Down

0 comments on commit f8ebc1d

Please sign in to comment.