Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix errors exposed by strict (#12544)
* Don't need a closure, jQuery ready function is enough. Use strict. * Fix errors exposed by strict. Undeclared variables. wrong regex backreference * Fix some undeclared/wrongly declared variables * Avoid some redundant calls of $(this) * Remove some redundant (also wrong) code.
- Loading branch information