From 39b375f550bc9a695ec6d22ae4db7071cac554f3 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 2 Dec 2014 13:00:22 -0500 Subject: [PATCH] Remove debug statement from dropdown --- RELEASE-NOTES.md | 4 +++- src/definitions/modules/dropdown.js | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 6f8d3dd25..eff12344d 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -5,8 +5,10 @@ **Enhancements** - **Transition** - Transition's caching of final display state and *animation existence* now has improved performance. -- **Progress** - Progress now has sizing variations - **Transition** now has ``useFailSafe`` parameter (off by default) to ensure transition callback fires even if native ``onAnimationEnd`` event does not fire due to element visibility. [Chromium Bug Report by Product Manager @ Mozilla](https://code.google.com/p/chromium/issues/detail?id=135350#c2) +**All UI** - Many ``em`` measurements adjusted slightly to calculate out as exact pixel values (Fixes 1px rounding errors) +**Steps** - Now use global border color +- **Progress** - Progress now has sizing variations **Bugs** - **Build** - NPM now correctly pins dependencies instead of using bleeding-edge versions which may break builds diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 916b6fbf7..d933de98f 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -1120,9 +1120,6 @@ $.fn.dropdown = function(parameters) { } ; callback = callback || function(){}; - if($currentMenu.size() === 0) { - debugger; - } if( module.is.visible($currentMenu) || module.is.animating($currentMenu) ) { module.verbose('Doing menu hide animation', $currentMenu);