Skip to content

Commit 54323e0

Browse files
committed
Widget: Remove misleading comment
1 parent b0e8380 commit 54323e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/widget.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ $.Widget.prototype = {
399399
element = this.element;
400400
delegateElement = this.widget();
401401
} else {
402-
// accept selectors, DOM elements
403402
element = delegateElement = $( element );
404403
this.bindings = this.bindings.add( element );
405404
}

0 commit comments

Comments
 (0)