Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. var Cart = {
  2. makeDraggable:function( confPrefix, product_id ){
  3. var draggable = new Draggable(confPrefix +product_id, {revert:true});
  4. draggable.abbObserver({onDrag: function(e){console.log(arguments);Event.stop(e)}});
  5. }
  6. }
Add Comment
Please, Sign In to add comment