Skip to content

Commit

Permalink
Create DualSelectHelper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rapsacnz authored Sep 14, 2017
1 parent 9eae071 commit a434415
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/aura/DualSelect/DualSelectHelper.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
({

moveItems: function(component,startWith){
var listCmp = component.find(startWith);
listCmp.moveItems();
},

})

0 comments on commit a434415

Please sign in to comment.