bug 556721 - Fix a typo in browser_librery_views_liveupdate.js test

no-review a=tests-only
This commit is contained in:
Marco Bonardo 2010-11-12 22:14:44 +01:00
Родитель dd9a21767a
Коммит b06d68f59f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -254,7 +254,7 @@ var bookmarksObserver = {
break;
}
// Fallback to separator case if this is not a query.
case type == PlacesUtils.bookmarks.TYPE_SEPARATOR:
case PlacesUtils.bookmarks.TYPE_SEPARATOR:
is(node, null, "New Places node not added in left pane");
break;
default: