Skip to content

Commit

Permalink
Fix before the next jsoo release
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Heuzard <hugo.heuzard@gmail.com>
  • Loading branch information
hhugo committed Nov 4, 2024
1 parent b409963 commit 41f1b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

//Provides: jsPrint
function jsPrint(x){
joo_global_object.console.log(x);
console.log(x);
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

//Provides: jsPrint
function jsPrint(x){
joo_global_object.console.log(x);
console.log(x);
}

0 comments on commit 41f1b35

Please sign in to comment.