behigh / bootstrap_dropdowns_enhancement

Bootstrap Dropdown Menus Enhancement
546 stars 194 forks source link

Use === to compare typeof to constant string. #40

Closed randruc closed 3 years ago

randruc commented 7 years ago

As typeof operator returns a string, it should be compared to a constant string using ===. This new pull request is almost identical to the first one. I just realised my previous pull request was on the wrong file.