Element.addMethods({
  enableDrag: function(element) {
    return $(element).writeAttribute('draggable');
  },