Stub for list web component experiments

This commit is contained in:
Denys Vuika
2016-04-15 11:13:10 +01:00
parent 7a4753d1d7
commit f931372d61
4 changed files with 102 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
<!-- Defines element markup -->
<template>
<p>Hello <strong></strong> :)</p>
<content></content>
</template>
<script>
@@ -26,9 +27,6 @@
}
});
// Creates the "who" attribute and sets a default value
MyElementProto.who = 'World';
// Fires when an instance of the element is created
MyElementProto.createdCallback = function() {
// Creates the shadow root