From 66e6949f46312e1ae188d94e773d5b5df4c32e18 Mon Sep 17 00:00:00 2001 From: Elliott Sprehn Date: Mon, 26 Jan 2015 11:38:04 -0800 Subject: [PATCH] module.exports should default to an empty object. Per the spec in modules.md the exports property should default to an empty object. We lazy allocate it so that modules that just replace it don't create the empty object and then throw it away. R=abarth@chromium.org Review URL: https://codereview.chromium.org/872043003 --- examples/city-list/city-list.sky | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/city-list/city-list.sky b/examples/city-list/city-list.sky index 5d57d0b57a..a29a3e8117 100644 --- a/examples/city-list/city-list.sky +++ b/examples/city-list/city-list.sky @@ -7,11 +7,6 @@ - -