fix a small typo in a function declaration

This commit is contained in:
Job Engel
2016-05-12 09:35:02 +02:00
parent 81cb0ff997
commit ba45d2d097

View File

@@ -234,7 +234,7 @@ function preventDefault(ev) {
ev.preventDefault();
}
function getItemConatiner(ele) {
function getItemContainer(ele) {
return closest(ele, 'ion-item-sliding', true);
}