mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specs: default exports to {} rather than document, since it makes writing modules saner
Review URL: https://codereview.chromium.org/730223002
This commit is contained in:
parent
ad91aac5ad
commit
48a13abc9e
@ -21,7 +21,7 @@ SKY MODULE - defines an <element> element
|
||||
<script>
|
||||
module.exports.Element = sky.registerElement({
|
||||
tagName: 'element',
|
||||
prototype: class extends Element {
|
||||
constructor: class extends Element {
|
||||
constructor (module) {
|
||||
super();
|
||||
this.state = 'loading';
|
||||
|
||||
@ -1,10 +1,6 @@
|
||||
SKY MODULE - radio button and radio button group
|
||||
<!-- accessibility handling not implemented yet, pending mojo service -->
|
||||
|
||||
<script>
|
||||
module.exports = {};
|
||||
</script>
|
||||
|
||||
<!-- <radio> -->
|
||||
<template id="radio-shadow">
|
||||
<style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user