MCPcopy
hub / github.com/jlmakes/scrollreveal / sync

Function sync

src/instance/methods/sync.js:9–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 * for capturing new content asynchronously loaded into the DOM.
8 */
9export default function sync() {
10 each(this.store.history, record => {
11 reveal.call(this, record.target, record.options, true)
12 })
13
14 initialize.call(this)
15}

Callers

nothing calls this directly

Calls 1

eachFunction · 0.85

Tested by

no test coverage detected