ie8이하에서 마우스 드래그 안되던 문제 수정

This commit is contained in:
chicpro
2013-02-19 12:09:07 +09:00
parent 57f617b2bd
commit f8369bbaa8

View File

@ -33,7 +33,6 @@ $(function(){
if(oldX != e.pageX || oldY != e.pageY) {
mouse_event = true;
return false;
}
});