mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Fixed notation for travis build.
This commit is contained in:
parent
2a8cb43d02
commit
7278793e5c
@ -1053,7 +1053,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// handle mouse out of document area
|
// handle mouse out of document area
|
||||||
$.addEvent(document, "mouseout", delegate['mouseoutdocument']);
|
$.addEvent(document, "mouseout", delegate.mouseoutdocument);
|
||||||
|
|
||||||
delegate.tracking = true;
|
delegate.tracking = true;
|
||||||
}
|
}
|
||||||
@ -1081,7 +1081,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// handle mouse out of document area
|
// handle mouse out of document area
|
||||||
$.removeEvent(document, "mouseout", delegate['mouseoutdocument']);
|
$.removeEvent(document, "mouseout", delegate.mouseoutdocument);
|
||||||
|
|
||||||
delegate.tracking = false;
|
delegate.tracking = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user