We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156f07b commit 392423cCopy full SHA for 392423c
ui/jquery.ui.widget.js
@@ -373,7 +373,7 @@ $.Widget.prototype = {
373
// copy the guid so direct unbinding works
374
if ( typeof handler !== "string" ) {
375
handlerProxy.guid = handler.guid =
376
- handler.guid || handlerProxy.guid || jQuery.guid++;
+ handler.guid || handlerProxy.guid || $.guid++;
377
}
378
379
var match = event.match( /^(\w+)\s*(.*)$/ ),
0 commit comments