모바일 메인 슬라이드 2개 일 때 오동작 수정

This commit is contained in:
chicpro
2014-04-29 16:32:36 +09:00
parent 9c0be856d5
commit 0fe3fc43df
3 changed files with 4 additions and 11 deletions

View File

@ -14,10 +14,10 @@
stopPropagation: false,
callback: function(index, element) {
tab_change(index);
idx = index;
},
transitionEnd: function(index, element) {
set_height(index);
idx = index;
}
};