UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (10 loc) 264 B
/** * A drag proxy that uses the {@link Ext.drag.Source#element}. */ Ext.define('Ext.drag.proxy.Original', { extend: 'Ext.drag.proxy.None', alias: 'drag.proxy.original', getElement: function(info) { return info.source.getElement(); } });