@rcsb/rcsb-saguaro-3d
Version:
RCSB Molstar/Saguaro Web App
15 lines (14 loc) • 437 B
JavaScript
;
/*
* Copyright (c) 2021 RCSB PDB and contributors, licensed under MIT, See LICENSE file for more info.
* @author Joan Segura Mora <joan.segura@rcsb.org>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.NullBehaviourObserver = void 0;
class NullBehaviourObserver {
observe(structureViewer, stateManager) {
}
unsubscribe() {
}
}
exports.NullBehaviourObserver = NullBehaviourObserver;