typo
This commit is contained in:
parent
58ad24305c
commit
f350f0d02e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pandora.ui.iconDialog = function(options) {
|
||||||
.css({position: 'absolute', left: '96px', top: '16px', width: width - 112 + 'px'})
|
.css({position: 'absolute', left: '96px', top: '16px', width: width - 112 + 'px'})
|
||||||
.html(options.text)
|
.html(options.text)
|
||||||
),
|
),
|
||||||
fixedSize: true
|
fixedSize: true,
|
||||||
height: options.height,
|
height: options.height,
|
||||||
keys: options.keys,
|
keys: options.keys,
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
|
|
Loading…
Reference in a new issue