typo
This commit is contained in:
parent
7790d02af7
commit
ce976a860e
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ pandora.ui.embedPanel = function() {
|
|||
that.reloadPanel = that.reloadPanel || function(data) {
|
||||
if (Ox.isUndefined(data) || data.value != data.previousValue) {
|
||||
pandora.$ui.embedPanel.replaceWith(pandora.$ui.embedPanel = pandora.ui.embedPanel());
|
||||
return pandora.$ui.ui.embedPanel;
|
||||
return pandora.$ui.embedPanel;
|
||||
}
|
||||
return that;
|
||||
};
|
||||
|
|
|
@ -327,7 +327,7 @@ pandora.ui.embedPlayer = function() {
|
|||
if (Ox.isUndefined(data) || data.value != data.previousValue) {
|
||||
removed = true;
|
||||
pandora.$ui.embedPanel.replaceWith(pandora.$ui.embedPanel = pandora.ui.embedPanel());
|
||||
return pandora.$ui.ui.embedPanel;
|
||||
return pandora.$ui.embedPanel;
|
||||
}
|
||||
return that;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue