From 8b6f6f47ee7913734a0a9576f8d116ada5b2407a Mon Sep 17 00:00:00 2001 From: Wes Lord Date: Fri, 25 Oct 2019 22:43:23 -0700 Subject: [PATCH] Close tags in Interoperability tutorial The tutorial page for PaperScript Interoperability (http://paperjs.org/tutorials/getting-started/paperscript-interoperability/) is rendering a little weirdly, I think it's because the `` tags on line 1 aren't closed. --- .../03-PaperScript Interoperability/tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt b/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt index 965b477..e9abd5e 100644 --- a/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt +++ b/content/07-Tutorials/01-Getting Started/03-PaperScript Interoperability/tutorial.txt @@ -1,4 +1,4 @@ -Both PaperScript and JavaScript have access to the Window scope, therefore you can use window.globals from the JavaScript and globals from PaperScript to pass information back and forth. +Both PaperScript and JavaScript have access to the Window scope, therefore you can use window.globals from the JavaScript and globals from PaperScript to pass information back and forth. JavaScript <=> PaperScript example