Commit 910b3da5 authored by Robert Knight's avatar Robert Knight

Remove obsolete references to CrossFrame class

parent 469745ae
......@@ -99,7 +99,7 @@ function resolveAnchor(anchor) {
* loads Hypothesis (not all frames will be annotation-enabled). In one frame,
* usually the top-level one, there will also be an instance of the `Sidebar`
* class that shows the sidebar app and surrounding UI. The `Guest` instance in
* each frame connects to the sidebar via the `CrossFrame` service.
* each frame connects to the sidebar when {@link connectToSidebar} is called.
*
* The anchoring implementation defaults to a generic one for HTML documents and
* can be overridden to handle different document types.
......
......@@ -148,7 +148,7 @@ describe('Guest', () => {
$imports.$restore();
});
describe('cross frame', () => {
describe('communication with sidebar', () => {
it('provides an event bus for the annotation sync module', () => {
createGuest();
assert.deepEqual(FakeAnnotationSync.lastCall.args[0], eventBus);
......
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