Commit f3722506 authored by Robert Knight's avatar Robert Knight

Remove an obsolete capability to specify custom sidebar class

This is a vestige of the Annotator library which is no longer needed.
parent f7f7df73
......@@ -63,11 +63,6 @@ $.noConflict(true)(function () {
let Klass = isPDF ? PdfSidebar : Sidebar;
if (config.hasOwnProperty('constructor')) {
Klass = config.constructor;
delete config.constructor;
}
if (config.subFrameIdentifier) {
// Make sure the PDF plugin is loaded if the subframe contains the PDF.js viewer.
if (isPDF) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment