aboutsummaryrefslogtreecommitdiff
path: root/patches/[email protected]
diff options
context:
space:
mode:
authorMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
committerMahesh Sanikommmu <[email protected]>2025-08-16 18:50:10 -0700
commit39003aff23d64ff1d96074d71521f6023c9bec01 (patch)
tree3f870c04b3dce315bba1b21aa2da158494e71774 /patches/[email protected]
parentMerge pull request #355 from supermemoryai/archive (diff)
downloadsupermemory-39003aff23d64ff1d96074d71521f6023c9bec01.tar.xz
supermemory-39003aff23d64ff1d96074d71521f6023c9bec01.zip
New Version of Supermemory Consumer App
Diffstat (limited to 'patches/[email protected]')
-rw-r--r--patches/[email protected]11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/[email protected] b/patches/[email protected]
deleted file mode 100644
index 176605e5..00000000
--- a/patches/[email protected]
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/index.js b/index.js
-index 14ddddbe702a18480d11ab927b58f48d19b9c1cb..cbb9e93a3256f2d41f9c488290a2d4c123f786c6 100644
---- a/index.js
-+++ b/index.js
-@@ -1,5 +1,5 @@
- var now = require('performance-now')
-- , root = typeof window === 'undefined' ? global : window
-+ , root = typeof window === 'undefined' ? (typeof global !== 'undefined' ? global : self) : window
- , vendors = ['moz', 'webkit']
- , suffix = 'AnimationFrame'
- , raf = root['request' + suffix]