mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 22:56:11 +03:00
add to-do comments
This commit is contained in:
parent
37b8ef9519
commit
0584ca7be9
@ -474,8 +474,10 @@ $.Viewer = function( options ) {
|
|||||||
options: this.drawerOptions,
|
options: this.drawerOptions,
|
||||||
});
|
});
|
||||||
this.drawerOptions.constructor = Drawer;
|
this.drawerOptions.constructor = Drawer;
|
||||||
|
// TO DO: add an event that indicates which drawer was instantiated?
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// TO DO: add an event that indicates that the selected drawer could not be created?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user