chore(package): update to stencil 0.14.1-1 (#15992)

This commit is contained in:
Adam Bradley
2018-10-17 15:01:37 -05:00
committed by GitHub
parent a8f0f0d6c9
commit 86d5f33841
15 changed files with 11 additions and 28 deletions

View File

@ -88,7 +88,7 @@
<script>
function printForm(ev) {
console.log('TODO get working with forms');
}
function toggleBoolean(id, prop) {
@ -96,7 +96,6 @@
var isTrue = el[prop] ? false : true;
el[prop] = isTrue;
console.log('in toggleBoolean, setting', prop, 'to', isTrue);
}
</script>

View File

@ -87,7 +87,7 @@
<script>
function printForm(ev) {
console.log('TODO get working with forms');
}
function toggleBoolean(id, prop) {
@ -95,7 +95,6 @@
var isTrue = el[prop] ? false : true;
el[prop] = isTrue;
console.log('in toggleBoolean, setting', prop, 'to', isTrue);
}
</script>