Skip to content

Commit

Permalink
Type correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtcndkn committed Jun 12, 2017
1 parent a633209 commit 914daae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/picklist/picklist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export class PickList implements OnDestroy,AfterViewChecked,AfterContentInit {
this.dragOverItemIndex = null;
}

onDrop(event: DragEvent, index: number, listType: any) {
onDrop(event: DragEvent, index: number, listType: ListType) {
this.objectUtils.reorderArray((listType == 0 ? this.source : this.target), this.draggedItemIndex, index - 1);
this.dragOverItemIndex = null;
}
Expand Down

0 comments on commit 914daae

Please sign in to comment.