Browse Source

Remove console.log from tab

pull/1550/head
jlukic 10 years ago
parent
commit
0fb14e1072
2 changed files with 1 additions and 3 deletions
  1. 1
      RELEASE-NOTES.md
  2. 3
      src/definitions/modules/tab.js

1
RELEASE-NOTES.md

@ -20,6 +20,7 @@
- **Dropdown/Search** - Fixed issues with ``ui search`` and ``ui search dropdown`` using ``RegExp test`` which [advances pointer on match](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test) causing results to display incorrectly
- **Form** - ``ui input`` now receives the same formatting as a normal input inside an ``inline field``
- **Input** - Fixed bug when ``ui action input`` uses a ``ui icon button``, button was receiving `i.icon` formatting.
- **List** - Fixed bug when using ``ui icon button`` or ``ui icon header`` causing element to receive icon formatting
- **Popup** - Popup destroy will now also destroy any unfired timers (show/hide delay)
- **Popup** - Popup now moves to the same offset context to avoid positioning errors when using a named pre-existing popup.

3
src/definitions/modules/tab.js

@ -37,9 +37,6 @@ $.fn.tab = function(parameters) {
returnedValue
;
console.log(arguments);
$allModules
.each(function() {
var

Loading…
Cancel
Save