mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
monor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
722b3241de
commit
4ca661dd74
@ -515,7 +515,8 @@ module.makeUIDialog = function(a, b){
|
|||||||
var makeDrawer = function(direction){
|
var makeDrawer = function(direction){
|
||||||
return makeUIContainer(function(dialog, options){
|
return makeUIContainer(function(dialog, options){
|
||||||
var that = this
|
var that = this
|
||||||
var parent = (options || {}).parentElement
|
options = options || {}
|
||||||
|
var parent = options.parentElement
|
||||||
parent = parent ? $(parent) : this.ribbons.viewer
|
parent = parent ? $(parent) : this.ribbons.viewer
|
||||||
|
|
||||||
options.direction = direction || 'bottom'
|
options.direction = direction || 'bottom'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user