behigh / bootstrap_dropdowns_enhancement

Bootstrap Dropdown Menus Enhancement
546 stars 194 forks source link

Makefile issue #3

Open patorjk opened 11 years ago

patorjk commented 11 years ago

When I dropped the new files into my bootstrap setup and ran bootstrap's make file I got the following error:

js/bootstrap-dropdown.js: line 82, col 42, Use '===' to compare with 'undefined'

Changing the == on line 82 to === removes the error.

Otherwise these controls worked pretty well. You should see if they'll add them to the main bootstrap build.