From 6448f1b1f59dfc48c08088d4fe5d8ea867655fe6 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 4 Feb 2014 05:53:04 +0000 Subject: [PATCH] add fixme --- static/js/documentDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/documentDialog.js b/static/js/documentDialog.js index d1fdba9e3..4ab3be93c 100644 --- a/static/js/documentDialog.js +++ b/static/js/documentDialog.js @@ -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])