Skip to content

Commit dc40911

Browse files
Removing unused function
1 parent d1df21b commit dc40911

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vuedraggable.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,14 +256,6 @@ const draggableComponent = {
256256
return this.tag || this.element;
257257
},
258258

259-
getOptionGroup() {
260-
const { options } = this;
261-
if (!options) {
262-
return undefined;
263-
}
264-
return options.group;
265-
},
266-
267259
updateOptions(newOptionValue) {
268260
for (var property in newOptionValue) {
269261
const value = camelize(property);

0 commit comments

Comments
 (0)