chore(draggable): add default helper config option for clarify

This commit is contained in:
vieron
2013-10-26 19:49:31 +02:00
parent c1668d9ab6
commit 4b1b2b7259
+1
View File
@@ -17,6 +17,7 @@
ignore_dragging: ['INPUT', 'TEXTAREA', 'SELECT', 'BUTTON'],
handle: null,
container_width: 0 // 0 == auto
helper: false // or 'clone'
// drag: function(e){},
// start : function(e, ui){},
// stop : function(e){}