forked from 0x2620/pandora
embedDialog -> embedVideoDialog
This commit is contained in:
parent
c36dc677f5
commit
cfc783f280
1 changed files with 3 additions and 3 deletions
|
@ -147,9 +147,9 @@ pandora.ui.editor = function(data) {
|
||||||
}, callback);
|
}, callback);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
embedselection: function(data) {
|
embedselection: function() {
|
||||||
pandora.$ui.embedDialog && pandora.$ui.embedDialog.remove();
|
pandora.$ui.embedVideoDialog && pandora.$ui.embedVideoDialog.remove();
|
||||||
pandora.$ui.embedDialog = pandora.ui.embedDialog(data).open();
|
pandora.$ui.embedVideoDialog = pandora.ui.embedVideoDialog().open();
|
||||||
},
|
},
|
||||||
find: function(data) {
|
find: function(data) {
|
||||||
pandora.UI.set('itemFind', data.find);
|
pandora.UI.set('itemFind', data.find);
|
||||||
|
|
Loading…
Reference in a new issue