mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix a small typo in a function declaration
This commit is contained in:
@@ -234,7 +234,7 @@ function preventDefault(ev) {
|
||||
ev.preventDefault();
|
||||
}
|
||||
|
||||
function getItemConatiner(ele) {
|
||||
function getItemContainer(ele) {
|
||||
return closest(ele, 'ion-item-sliding', true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user