naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
935 stars 80 forks source link

1.2.0 script error #274

Closed kimshinelove closed 8 years ago

kimshinelove commented 8 years ago

Description

The logic which works correctly on 1.1.0, but gives error on 1.2.0. I looked up and reproduced as below.

Steps to check or reproduce

reproduce

when:

$(el).stop();

then 2016-06-30 7 42 58

ajaxpf commented 8 years ago

@kimshinelove, I translated your issue. We're trying to make all communications on english :)

jongmoon commented 8 years ago

@kimshinelove Thank you very much for reporting error!

It is a BUG which occurs on no-animate element. I've just pushed request(https://github.com/naver/egjs/pull/276)

I'll send you fixed version as soon as possible.