Skip to content

Commit 0e604a8

Browse files
author
pc-david\david.desmaisons
committed
clean-up
1 parent 4b5ae19 commit 0e604a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vuedraggable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
const eventsListened = ['Start', 'Add', 'Remove', 'Update', 'End'];
4343
const eventsToEmit = ['Choose', 'Sort', 'Filter', 'Clone'];
44-
const eventsSpecial = []
4544
const readonlyProperties = ['Move', ..eventsListened, .. eventsToEmit].map(evt => 'on'+evt);
4645

4746
const props = {

0 commit comments

Comments
 (0)