mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Refactor draggable initialization to remove cleanup
Removed cleanup parameter from draggable initialization.
This commit is contained in:
parent
cf51d6da77
commit
babdeed441
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ local changed = require "./changed"
|
||||||
local timeout, update_timeouts = require "./timeout"()
|
local timeout, update_timeouts = require "./timeout"()
|
||||||
local flags = require "./flags"
|
local flags = require "./flags"
|
||||||
local draggableFactory = require "./draggable"
|
local draggableFactory = require "./draggable"
|
||||||
local draggable = draggableFactory(action, cleanup)
|
local draggable = draggableFactory(action)
|
||||||
local toggle = require "./toggle"
|
local toggle = require "./toggle"
|
||||||
local dropdown = require "./dropdown"
|
local dropdown = require "./dropdown"
|
||||||
local tweenFactory = require "./tween"
|
local tweenFactory = require "./tween"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue