Skip to content

Commit

Permalink
Fix before the next jsoo release (#11095)
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Heuzard <hugo.heuzard@gmail.com>
  • Loading branch information
hhugo authored Nov 4, 2024
1 parent f7eebc2 commit c5d51c3
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 c5d51c3

Please sign in to comment.