Skip to content

Commit

Permalink
move the unDraggableTags option out of the 1.2compat block
Browse files Browse the repository at this point in the history
  • Loading branch information
schelmo committed Jul 31, 2012
1 parent de65301 commit 9ad9a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Drag/Sortables.js
Expand Up @@ -33,11 +33,11 @@ var Sortables = new Class({
clone: false,
revert: false,
handle: false,
dragOptions: {}/*<1.2compat>*/,
dragOptions: {},
unDraggableTags: ['button', 'input', 'a', 'textarea', 'select', 'option']/*<1.2compat>*/,
snap: 4,
constrain: false,
preventDefault: false,
unDraggableTags: ['button', 'input', 'a', 'textarea', 'select', 'option']
preventDefault: false
/*</1.2compat>*/
},

Expand Down

0 comments on commit 9ad9a83

Please sign in to comment.