From 9d70f573e4613b4b79c48e65389d3ff7da17ca82 Mon Sep 17 00:00:00 2001 From: Hixie Date: Tue, 6 Jan 2015 13:23:04 -0800 Subject: [PATCH] Specs: registerElement(registerElement(...)) failed to work as expected Review URL: https://codereview.chromium.org/836153005 --- examples/calculator/buttons.sky | 24 ++++++++++++------------ examples/htmlish/framework/element.sky | 18 ++++++++---------- examples/radio.sky | 24 ++++++++++++------------ 3 files changed, 32 insertions(+), 34 deletions(-) diff --git a/examples/calculator/buttons.sky b/examples/calculator/buttons.sky index 1b758d811c..29c59c35e4 100644 --- a/examples/calculator/buttons.sky +++ b/examples/calculator/buttons.sky @@ -55,25 +55,25 @@ SKY MODULE - button widgets for calculator diff --git a/examples/htmlish/framework/element.sky b/examples/htmlish/framework/element.sky index 89b4c2d0f7..d2c1d1c127 100644 --- a/examples/htmlish/framework/element.sky +++ b/examples/htmlish/framework/element.sky @@ -19,9 +19,9 @@ SKY MODULE - defines an element --> diff --git a/examples/radio.sky b/examples/radio.sky index 6c6d29f777..02c1f6a28e 100644 --- a/examples/radio.sky +++ b/examples/radio.sky @@ -9,10 +9,10 @@ SKY MODULE - radio button and radio button group @@ -49,10 +49,10 @@ SKY MODULE - radio button and radio button group