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