mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): add missing comma
This commit is contained in:
@@ -350,7 +350,7 @@ export class Item implements ComponentInterface, AnchorInterface, ButtonInterfac
|
||||
'in-list': hostContext('ion-list', this.el),
|
||||
'item-multiple-inputs': this.multipleInputs,
|
||||
'ion-activatable': canActivate,
|
||||
'ion-focusable': this.focusable
|
||||
'ion-focusable': this.focusable,
|
||||
'item-rtl': document.dir === 'rtl'
|
||||
})
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user