Wicklets / wick-editor-2018

Archived - New repo is now at github.com/wicklets/wick-editor
GNU General Public License v3.0
516 stars 57 forks source link

wickeditor.js - Capitalization of shortcut variables is inconsistent #860

Open kryptot7 opened 6 years ago

kryptot7 commented 6 years ago

In wickeditor.js, there are several helpful variables like alertbox, menubar, and rightclickmenu that refer to UI elements. However, capitalization is inconsistent. Some variables like builtinplayer are all-lowercase, while other variables like editorSettings and editorCredits are in camelCase. I think these helper variables should be consistently in camelCase.