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

Unified Diff: sky/viewer/script/core.html

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/pass.sky ('k') | sky/viewer/script/support.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/script/core.html
diff --git a/sky/viewer/script/core.html b/sky/viewer/script/core.html
index 56693f753af6770c439c628dff8877b33602ff0d..0ca4b86c7b20f138c9c55fe8b4b762a40ca1a0e0 100644
--- a/sky/viewer/script/core.html
+++ b/sky/viewer/script/core.html
@@ -1,3 +1,3 @@
<script>
-this.exports = internals.core;
+module.exports = internals.core;
</script>
« no previous file with comments | « sky/tests/modules/resources/pass.sky ('k') | sky/viewer/script/support.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698