Skip to content

Commit

Permalink
Widget: Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed May 14, 2014
1 parent b0e8380 commit 54323e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/widget.js
Expand Up @@ -399,7 +399,6 @@ $.Widget.prototype = {
element = this.element;
delegateElement = this.widget();
} else {
// accept selectors, DOM elements
element = delegateElement = $( element );
this.bindings = this.bindings.add( element );
}
Expand Down

0 comments on commit 54323e0

Please sign in to comment.