Bug 1301815 - Delete all snapshots button in memory tools has been disabled while there are no snapshots taken. r=ntim

This commit is contained in:
Towkir Ahmed 2016-10-20 10:16:00 -04:00
Родитель 822aa4b8d8
Коммит 6f89530374
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -245,6 +245,7 @@ module.exports = createClass({
dom.button({
id: "clear-snapshots",
className: "clear-snapshots devtools-button",
disabled: !snapshots.length,
onClick: onClearSnapshotsClick,
title: L10N.getStr("clear-snapshots.tooltip")
}),