typescript comment fixes
This commit is contained in:
parent
edfe119780
commit
025a054b9e
|
@ -20,14 +20,11 @@ try {
|
||||||
if (window.Sprig) return
|
if (window.Sprig) return
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
||||||
window.Sprig = function (...args) {
|
window.Sprig = function (...args) {
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
|
||||||
S._queue.push(args)
|
S._queue.push(args)
|
||||||
}
|
}
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
||||||
const S = window.Sprig
|
const S = window.Sprig
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
|
||||||
S.appId = a
|
S.appId = a
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
|
||||||
S._queue = []
|
S._queue = []
|
||||||
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
// @ts-expect-error Sprig doesn't yet have a native typescript snippet
|
||||||
window.UserLeap = S
|
window.UserLeap = S
|
||||||
|
|
Loading…
Reference in New Issue
Block a user