How do I make it so that Dreamweaver CS6 doesn't give me a syntax error when I use let
instead of var
?
标签:
dreamweaver
相关问题
- Hide login link when logged in
- How do I reset code color scheme to default in Dre
- Dreamweaver shortcut to swap between source and de
- Code folding in Emacs [duplicate]
- Dreamweaver CS5 code hinting
相关文章
- Dreamweaver shortcut to swap between source and de
- Code folding in Emacs [duplicate]
- Dreamweaver CS5 code hinting
- Position elements with the div tag
- how to add own CAPTCHA for my own contact form
- My contact form sends blank body_messages
- populating dropdown menu through pdo code
- Phonegap in Dreamweaver CS5.5
Ok, just go to: Edit > Preferences > Linting then Edit the JS file.
add this property:
This helped me.