Remove use of jquery.ui module aliases (part 2)

Follows-up f0720b6eaf which covered the ones in extension.json.

Bug: T219604
Change-Id: I8a4b5aebee6c055fb9e447e1ce393f925e00d7ee
This commit is contained in:
Timo Tijhof 2019-11-26 19:52:45 +00:00
parent 00ba5250fc
commit ad26385a59

View file

@ -157,8 +157,7 @@ class RevisionSliderHooks {
'ext.RevisionSlider.Slider',
'ext.RevisionSlider.RevisionList',
'ext.RevisionSlider.HelpDialog',
'jquery.ui.draggable',
'jquery.ui.tooltip',
'jquery.ui',
'oojs-ui'
],
'localBasePath' => dirname( __DIR__ ),