behigh / bootstrap_dropdowns_enhancement

Bootstrap Dropdown Menus Enhancement
546 stars 194 forks source link

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

Closed randruc closed 7 years ago

randruc commented 7 years ago

As typeof operator returns a string, it should be compared to a constant string using ===.

randruc commented 7 years ago

This pull request may be closed because I think I modified the wrong file. I did a new pull request for this modification.