mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Add TODO comment about magic number
This commit is contained in:
parent
9620272ebb
commit
9b6de523c7
@ -209,6 +209,7 @@ $.extend( $.Navigator.prototype, $.EventHandler.prototype, $.Viewer.prototype, {
|
||||
|
||||
style.top = topleft.y + 'px';
|
||||
style.left = topleft.x + 'px';
|
||||
// TODO: What's this magic number mean?
|
||||
var width = Math.abs( topleft.x - bottomright.x ) - 3;
|
||||
var height = Math.abs( topleft.y - bottomright.y ) - 3;
|
||||
// make sure width and height are non-negative so IE doesn't throw
|
||||
|
Loading…
Reference in New Issue
Block a user