mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(package): update to stencil 0.14.1-1 (#15992)
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user