Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Both PaperScript and JavaScript have access to the Window scope, therefore you can use <code>window.globals<code> from the JavaScript and <code>globals<code> from PaperScript to pass information back and forth.
Both PaperScript and JavaScript have access to the Window scope, therefore you can use <code>window.globals</code> from the JavaScript and <code>globals</code> from PaperScript to pass information back and forth.

<title>JavaScript <=> PaperScript example</title>

Expand Down