Skip to content

Commit

Permalink
Remove obsolete references to CrossFrame class
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Oct 11, 2021
1 parent 469745a commit 910b3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/annotator/guest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/annotator/test/guest-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 910b3da

Please sign in to comment.