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