Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.5 version bug? #18

Open
littlehome-eugene opened this issue Sep 6, 2018 · 1 comment
Open

1.1.5 version bug? #18

littlehome-eugene opened this issue Sep 6, 2018 · 1 comment

Comments

@littlehome-eugene
Copy link

$dialog=jQuery('<div class="imp-dialog customizable"></div>');

에서 $dialog 가 선언되지 않았다고 에러가 나서

var $dialog 로 수정해서 사용중입니다.
이상해서 문의겸 남깁니다.

@jangbora
Copy link
Contributor

jangbora commented Sep 6, 2018

아마도 세팅하신 환경이 strict mode(use strict) 환경이신 것 같습니다.

var 선언이 빠진 것은 저희 실수가 맞고, strict 모드에서 이 부분이 오류를 일으킬 것으로 예상됩니다.
버전에 모두 반영하도록 하겠습니다.

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants