File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ function resolveAnchor(anchor) {
99
99
* loads Hypothesis (not all frames will be annotation-enabled). In one frame,
100
100
* usually the top-level one, there will also be an instance of the `Sidebar`
101
101
* class that shows the sidebar app and surrounding UI. The `Guest` instance in
102
- * each frame connects to the sidebar via the `CrossFrame` service .
102
+ * each frame connects to the sidebar when { @link connectToSidebar} is called .
103
103
*
104
104
* The anchoring implementation defaults to a generic one for HTML documents and
105
105
* can be overridden to handle different document types.
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ describe('Guest', () => {
148
148
$imports . $restore ( ) ;
149
149
} ) ;
150
150
151
- describe ( 'cross frame ' , ( ) => {
151
+ describe ( 'communication with sidebar ' , ( ) => {
152
152
it ( 'provides an event bus for the annotation sync module' , ( ) => {
153
153
createGuest ( ) ;
154
154
assert . deepEqual ( FakeAnnotationSync . lastCall . args [ 0 ] , eventBus ) ;
You can’t perform that action at this time.
0 commit comments