forked from 0x2620/pandora
typo
This commit is contained in:
parent
0f1a6c7655
commit
af0f575f37
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ pandora.ui.entityDialog = function() {
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
click: function() {
|
click: function() {
|
||||||
var id = [ui.part.entities];
|
var id = ui.part.entities;
|
||||||
that.close();
|
that.close();
|
||||||
pandora.api.getEntity({
|
pandora.api.getEntity({
|
||||||
id: id
|
id: id
|
||||||
|
|
Loading…
Reference in a new issue