|
@@ -11,7 +11,6 @@ import { getBinding as bound } from './utils/bind'
|
|
|
import { debounce } from './utils/debounce'
|
|
|
import { throttle } from './utils/throttle'
|
|
|
import { setStyles } from './utils/styles'
|
|
|
-import { entangle } from './entangle'
|
|
|
import { nextTick } from './nextTick'
|
|
|
import { walk } from './utils/walk'
|
|
|
import { plugin } from './plugin'
|
|
@@ -52,7 +51,6 @@ let Alpine = {
|
|
|
setStyles, // INTERNAL
|
|
|
mutateDom,
|
|
|
directive,
|
|
|
- entangle,
|
|
|
throttle,
|
|
|
debounce,
|
|
|
evaluate,
|