forked from 0x2620/pandora
typo
This commit is contained in:
parent
7741c86079
commit
0f1a6c7655
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ pandora.ui.entitiesDialog = function(options) {
|
||||||
type = ui.entitiesType || (
|
type = ui.entitiesType || (
|
||||||
pandora.site.entities.length ? pandora.site.entities[0].id : ''
|
pandora.site.entities.length ? pandora.site.entities[0].id : ''
|
||||||
),
|
),
|
||||||
selected = ui.entitiesSelection[type] || [];
|
selected = ui.entitiesSelection[type] || [],
|
||||||
|
|
||||||
$entitiesSelect = Ox.Select({
|
$entitiesSelect = Ox.Select({
|
||||||
items: pandora.site.entities.map(function(type) {
|
items: pandora.site.entities.map(function(type) {
|
||||||
|
|
Loading…
Reference in a new issue