We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$dialog=jQuery('<div class="imp-dialog customizable"></div>');
에서 $dialog 가 선언되지 않았다고 에러가 나서
$dialog
var $dialog 로 수정해서 사용중입니다. 이상해서 문의겸 남깁니다.
var $dialog
The text was updated successfully, but these errors were encountered:
아마도 세팅하신 환경이 strict mode(use strict) 환경이신 것 같습니다.
var 선언이 빠진 것은 저희 실수가 맞고, strict 모드에서 이 부분이 오류를 일으킬 것으로 예상됩니다. 버전에 모두 반영하도록 하겠습니다.
감사합니다.
Sorry, something went wrong.
No branches or pull requests
$dialog=jQuery('<div class="imp-dialog customizable"></div>');
에서
$dialog
가 선언되지 않았다고 에러가 나서var $dialog
로 수정해서 사용중입니다.이상해서 문의겸 남깁니다.
The text was updated successfully, but these errors were encountered: