Remove cursor reset in __onMouseUp (old fix for firefox). Closes issue #793

This commit is contained in:
Stefan Kienzle 2013-08-15 16:06:26 +02:00
parent 751f39cc58
commit bd60887ef2

View file

@ -172,9 +172,6 @@
this._setCursorFromEvent(e, target);
// fix for FF
this._setCursor('');
var _this = this;
setTimeout(function () {
_this._setCursorFromEvent(e, target);