Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'alpinejs/packages/alpinejs/src/magics/$nextTick.js')
-rw-r--r--alpinejs/packages/alpinejs/src/magics/$nextTick.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/alpinejs/packages/alpinejs/src/magics/$nextTick.js b/alpinejs/packages/alpinejs/src/magics/$nextTick.js
deleted file mode 100644
index 8318cc6..0000000
--- a/alpinejs/packages/alpinejs/src/magics/$nextTick.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import { nextTick } from '../nextTick'
-import { magic } from '../magics'
-
-magic('nextTick', () => nextTick)