Skip to content

Commit

Permalink
#7453 fix combobox error missing jQuery tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed May 31, 2018
1 parent 8ff348b commit 34b1e18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/notebook/src/comboBox/jQueryComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@

define([
'jquery',
'jquery-ui/ui/widget'
], function($, jquiWidget) {
'jquery-ui/ui/widget',
'jquery-ui/ui/widgets/tooltip'
], function($, jquiWidget, tooltip) {

$( function() {
$.widget('custom.combobox', {
Expand Down

0 comments on commit 34b1e18

Please sign in to comment.