iteration 1

This commit is contained in:
Barak Gila 2022-09-26 13:19:40 -07:00
parent e10017c859
commit 71df8c13bc

View File

@ -21,7 +21,7 @@ try {
// @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){S._queue.push(args)} window.Sprig = function(...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
var S = window.Sprig;S.appId = a;S._queue = [];window.UserLeap=S const S = window.Sprig;S.appId = a;S._queue = [];window.UserLeap=S
// @ts-expect-error Sprig doesn't yet have a native typescript snippet // @ts-expect-error Sprig doesn't yet have a native typescript snippet
a=l.createElement('script') a=l.createElement('script')
// @ts-expect-error Sprig doesn't yet have a native typescript snippet // @ts-expect-error Sprig doesn't yet have a native typescript snippet