Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1623)

Unified Diff: sky/tests/modules/resources/pass.sky

Issue 687263005: Use module.exports rather than this.exports (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tests/modules/resources/intermediate.sky ('k') | sky/viewer/script/core.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/modules/resources/pass.sky
diff --git a/sky/tests/modules/resources/pass.sky b/sky/tests/modules/resources/pass.sky
index c98a6a9ddaaf258cdacd3fd768fd46d690e5d16d..8e9cf9b54e966905675b6dd5ee53f8d138a7c407 100644
--- a/sky/tests/modules/resources/pass.sky
+++ b/sky/tests/modules/resources/pass.sky
@@ -1,3 +1,3 @@
<script>
-this.exports = "PASS: pass.sky succesfully exported this string."
+module.exports = "PASS: pass.sky succesfully exported this string."
</script>
« no previous file with comments | « sky/tests/modules/resources/intermediate.sky ('k') | sky/viewer/script/core.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698