Commit 609b7dda authored by Robert Knight's avatar Robert Knight

Expand comment about `removeTemporaryClientConfig` usage

parent 5890a1be
...@@ -58,7 +58,8 @@ function hasHypothesis(iframe) { ...@@ -58,7 +58,8 @@ function hasHypothesis(iframe) {
} }
/** /**
* Remove the temporary configuration data added to a document by {@link injectClient}. * Remove the temporary client configuration added to a document by
* {@link injectClient} or {@link HypothesisInjector}.
*/ */
export function removeTemporaryClientConfig(document_ = document) { export function removeTemporaryClientConfig(document_ = document) {
const tempConfigEls = Array.from( const tempConfigEls = Array.from(
......
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