Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c0dffd4

Browse files
committed
Cleanup #1
1 parent d137fed commit c0dffd4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/editor/CodeHintList.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,12 @@ define(function (require, exports, module) {
266266
// attach to DOM
267267
$parent.append($ul);
268268

269-
// $parent.find(".hint-list-offset").remove();
270-
// $("<div class='hint-list-offset'></div>").appendTo($parent);
271-
272269
// If a a description field requested attach one
273270
if (this.enableDescription) {
274271
// Remove the desc element first to ensure DOM order
275272
$parent.find("#codehint-desc").remove();
276273
$parent.append("<div id='codehint-desc' class='dropdown-menu quiet-scrollbars'></div>");
277274
$ul.addClass("withDesc");
278-
//$parent.find(".hint-list-offset").addClass("withDesc");
279275
}
280276
this._setSelectedIndex(selectInitial ? 0 : -1);
281277
}

0 commit comments

Comments
 (0)