Skip to content

Commit

Permalink
#7453 fix combobox error missing jQuery tooltip (#7462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz authored and scottdraves committed May 31, 2018
1 parent 8ff348b commit e567a2e
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 e567a2e

Please sign in to comment.