From dfba1a80ac3d21f590cf9110b54b3a1b8e85792f Mon Sep 17 00:00:00 2001 From: Elliott Sprehn Date: Thu, 8 Jan 2015 15:30:18 -0800 Subject: [PATCH] Prevent expandos on all SkyElements. Expandos make v8 sad, lets not allow them. R=ojan@chromium.org Review URL: https://codereview.chromium.org/835353004 --- examples/city-list/city-list.sky | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/examples/city-list/city-list.sky b/examples/city-list/city-list.sky index 4306c93455..1d75dc2696 100644 --- a/examples/city-list/city-list.sky +++ b/examples/city-list/city-list.sky @@ -27,6 +27,9 @@ module.exports = {};