Opened 13 years ago
Closed 13 years ago
#9652 closed Bug (fixed)
Fix lint errors
| Reported by: | Olek Nowodziński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.0 |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
JSL revealed a lot issues on master that must be fixed ASAP:
- Missing semicolons
- Redeclared vars
- Global scope leakage (#9649)
- Etc.

Fixed on master with a75b08c.