Remove references to jQuery.Events
, replace with the closure dollar variable.
This commit is contained in:
parent
770924ca8d
commit
7be0e509ff
@ -926,7 +926,7 @@
|
|||||||
|
|
||||||
if (this.opened()) return false;
|
if (this.opened()) return false;
|
||||||
|
|
||||||
event = jQuery.Event("open");
|
event = $.Event("open");
|
||||||
this.opts.element.trigger(event);
|
this.opts.element.trigger(event);
|
||||||
return !event.isDefaultPrevented();
|
return !event.isDefaultPrevented();
|
||||||
},
|
},
|
||||||
@ -1020,7 +1020,7 @@
|
|||||||
this.results.empty();
|
this.results.empty();
|
||||||
this.clearSearch();
|
this.clearSearch();
|
||||||
|
|
||||||
this.opts.element.trigger(jQuery.Event("close"));
|
this.opts.element.trigger($.Event("close"));
|
||||||
},
|
},
|
||||||
|
|
||||||
// abstract
|
// abstract
|
||||||
|
Loading…
Reference in New Issue
Block a user