Move code from ui-elements to common-interface

This commit is contained in:
yflory
2020-03-31 10:38:42 +02:00
parent 179e7d68b4
commit 817309d602
5 changed files with 33 additions and 35 deletions

View File

@@ -81,7 +81,7 @@ define([
var createFileDialog = function () {
var types = filters.types || [];
// Create modal
var $blockContainer = UIElements.createModal({
var $blockContainer = UI.createModal({
id: 'cp-filepicker-dialog',
$body: $body,
onClose: hideFileDialog