text panel: typo
This commit is contained in:
parent
6231e98840
commit
182b924f04
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ pandora.ui.textPanel = function() {
|
||||||
if (selected == -1 && embedURLs.length) {
|
if (selected == -1 && embedURLs.length) {
|
||||||
selected = 0;
|
selected = 0;
|
||||||
}
|
}
|
||||||
selectEmbed(selected);
|
that.selectEmbed(selected);
|
||||||
};
|
};
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
|
|
Loading…
Reference in a new issue