diff options
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/draggable.js b/ui/widgets/draggable.js index 818273694..91443fac5 100644 --- a/ui/widgets/draggable.js +++ b/ui/widgets/draggable.js @@ -386,7 +386,7 @@ $.widget( "ui.draggable", $.ui.mouse, { o.appendTo ) ); } - // Http://bugs.jqueryui.com/ticket/9446 + // https://bugs.jqueryui.com/ticket/9446 // a helper function can return the original element // which wouldn't have been set to relative in _create if ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) { |