This commit is contained in:
j 2014-11-20 13:19:46 +00:00
commit 0e69c987a9
2 changed files with 6 additions and 6 deletions

View file

@ -341,7 +341,7 @@ pandora.ui.entitiesDialog = function(options) {
$input = Ox.Input({height: 248, type: 'textarea'});
}
$input.options({
value: data.key
value: data.key,
width: 248
})
.bindEvent({
@ -361,4 +361,4 @@ pandora.ui.entitiesDialog = function(options) {
return that;
};
};