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) { ...@@ -99,7 +99,7 @@ function resolveAnchor(anchor) {
* loads Hypothesis (not all frames will be annotation-enabled). In one frame, * 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` * 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 * 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 * The anchoring implementation defaults to a generic one for HTML documents and
* can be overridden to handle different document types. * can be overridden to handle different document types.
......
...@@ -148,7 +148,7 @@ describe('Guest', () => { ...@@ -148,7 +148,7 @@ describe('Guest', () => {
$imports.$restore(); $imports.$restore();
}); });
describe('cross frame', () => { describe('communication with sidebar', () => {
it('provides an event bus for the annotation sync module', () => { it('provides an event bus for the annotation sync module', () => {
createGuest(); createGuest();
assert.deepEqual(FakeAnnotationSync.lastCall.args[0], eventBus); 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