case 'up':
            newBound = bounds.y - options.distance
            options.targetWindow.setBounds( { y: newBound } )
            if ( shouldSaveSettings ) {