add to-do comments

This commit is contained in:
Tom 2023-06-18 19:09:22 -04:00
parent 37b8ef9519
commit 0584ca7be9

View File

@ -474,8 +474,10 @@ $.Viewer = function( options ) {
options: this.drawerOptions,
});
this.drawerOptions.constructor = Drawer;
// TO DO: add an event that indicates which drawer was instantiated?
break;
}
// TO DO: add an event that indicates that the selected drawer could not be created?
}