Code review comment for lp:~zsombi/ubuntu-ui-toolkit/pickerpanel

Revision history for this message
Tim Peeters (tpeeters) wrote :

155 + function openPopover(caller, params) {
156 + var panel = PopupUtils.open(datePickerPopover, caller, params);
157 + panel.parent = QuickUtils.rootItem(null);
158 + return panel;
159 + }

the name of the variable is a bit misleading here

« Back to merge proposal