зеркало из https://github.com/mozilla/gecko-dev.git
Remove try/catch as Scott changed the implementation so that it returns nothing instead of throwing r=Mnyromyr
This commit is contained in:
Родитель
adc43ab28b
Коммит
b169df0527
|
@ -338,12 +338,8 @@ function OnOK()
|
|||
{
|
||||
// newly added tag, need to create a key and read it
|
||||
tagService.addTag(tagInfo.tag, '', '');
|
||||
try
|
||||
{
|
||||
tagInfo.key = tagService.getKeyForTag(tagInfo.tag);
|
||||
}
|
||||
catch (e) {}
|
||||
}
|
||||
|
||||
if (tagInfo.key)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче