Update typeahead

This commit is contained in:
Steffen van Bergerem 2016-09-13 02:29:25 +02:00 committed by Dennis Schubert
parent fe071aa2a2
commit 260272cbee
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -1839,6 +1839,9 @@
this.$node.on("mouseover", this.selectors.selectable, function() {
that.setCursor($(this));
});
this.$node.on("mouseleave", function() {
that._removeCursor();
});
_.each(this.datasets, function(dataset) {
dataset.onSync("asyncRequested", that._propagate, that).onSync("asyncCanceled", that._propagate, that).onSync("asyncReceived", that._propagate, that).onSync("rendered", that._onRendered, that).onSync("cleared", that._onCleared, that);
});