Lines Matching refs:currentTarget
70 this.currentTarget = null;
135 ct = this.currentTarget;
139 this.currentTarget = ct;
181 ui.target = $(this.currentTarget);
212 this.currentTarget = event.target;
215 ui = { menu: this.$menu, target: $(this.currentTarget), extraData: this.extraData,
223 this.currentTarget = null;
231 this.currentTarget = null;
305 ui = { menu: this.$menu, target: $(this.currentTarget), extraData: this.extraData };
315 self.currentTarget = null; // issue #44 after hide animation is too late
354 menu: this.$menu, target: $(this.currentTarget), extraData: this.extraData };
405 return !!this.$menu && !!this.currentTarget;