Bug 897849 - Debugger should use { showArrows: true } when initializing the SideMenuWidget; r=vporof

This commit is contained in:
Nick Fitzgerald 2013-07-25 11:30:58 -07:00
Родитель 2d9b144a93
Коммит 5088103657
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -36,7 +36,8 @@ SourcesView.prototype = Heritage.extend(WidgetMethods, {
dumpn("Initializing the SourcesView");
this.widget = new SideMenuWidget(document.getElementById("sources"), {
showCheckboxes: true
showCheckboxes: true,
showArrows: true
});
this.emptyText = L10N.getStr("noSourcesText");
this.unavailableText = L10N.getStr("noMatchingSourcesText");