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

Unified Diff: sky/examples/city-list/city-list.sky

Issue 872043003: module.exports should default to an empty object. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/engine/core/app/Module.idl ('k') | sky/tests/modules/import-without-export.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/city-list/city-list.sky
diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
index 5d57d0b57a944a815cd7a690b494ab0da5e2aac8..a29a3e8117381e903c84bfd41b16c258c3d4c01c 100644
--- a/sky/examples/city-list/city-list.sky
+++ b/sky/examples/city-list/city-list.sky
@@ -7,11 +7,6 @@
<import src="city-data-service.sky" as="CityDataService" />
<import src="city-sequence.sky" as="CitySequence" />
-<script>
-// TODO(esprehn): exports should start as the empty object.
-module.exports = {};
-</script>
-
<sky-element name="state-header">
<template>
<style>
« no previous file with comments | « sky/engine/core/app/Module.idl ('k') | sky/tests/modules/import-without-export.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698