| Index: lib/components/carousel.html
|
| diff --git a/lib/components/carousel.html b/lib/components/carousel.html
|
| index 9769f099a7cc4799ed1fc510ce67f39535f6f39d..c5be7388f12e286778f69e31ee0d774dd75a704b 100644
|
| --- a/lib/components/carousel.html
|
| +++ b/lib/components/carousel.html
|
| @@ -4,7 +4,7 @@
|
| <link rel="components" href="swap.html">
|
| </head>
|
| <body>
|
| - <element name="x-carousel" extends="div">
|
| + <element name="x-carousel" extends="div" constructor="Carousel">
|
| <template>
|
| <style type='text/css'>
|
| .carousel > a.carousel-control {
|
|
|