forked from 0x2620/pandora
add fixme
This commit is contained in:
parent
ecbb3bf03f
commit
6448f1b1f5
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
pandora.openDocumentDialog = function(options) {
|
||||
// fixme: this is a very uncommon pattern
|
||||
|
||||
pandora.openDocumentDialog = function(options) {
|
||||
if (
|
||||
pandora.$ui.documentDialog && options.ids && options.ids.length == 1
|
||||
&& Ox.getObjectById(pandora.$ui.documentDialog.getItems(), options.ids[0])
|
||||
|
|
Loading…
Reference in a new issue