define( [
"jquery",
"lib/helper"
], function( $, helper ) {
return $.extend( helper, {
drag: function( el, dx, dy ) {
// this mouseover is to work around a limitation in resizable
// TODO: fix resizable so handle doesn't require mouseover in order to be used
$( el ).simulate( "mouseover" ).simulate( "drag", {
moves: 2,
dx: dx,
dy: dy
} );
}
} );
} );
e id='header'>
 |
index : nextcloud-server.git | |
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
blob: c723d2beffe7d1ae3cea9f0f513fd7f84ed11dfc (
plain)