mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
style(all): tslinter warnings
This commit is contained in:

committed by
Adam Bradley

parent
324f2cb189
commit
ac8e4dce06
@ -25,11 +25,11 @@ class E2EPage {
|
||||
}
|
||||
|
||||
onSegmentChanged(segmentButton: SegmentButton) {
|
||||
console.log("Segment changed to", segmentButton.value);
|
||||
console.log('Segment changed to', segmentButton.value);
|
||||
}
|
||||
|
||||
onSegmentSelected(segmentButton: SegmentButton) {
|
||||
console.log("Segment selected", segmentButton.value);
|
||||
console.log('Segment selected', segmentButton.value);
|
||||
}
|
||||
|
||||
doSubmit(ev: UIEvent) {
|
||||
|
Reference in New Issue
Block a user