Bug 719934: Disable GCLI by default. r=robcee

This commit is contained in:
Dave Camp 2012-01-20 12:29:04 -08:00
Родитель b39e8fe45b
Коммит 1aafc6e211
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1049,7 +1049,7 @@ pref("devtools.styleeditor.transitions", true);
pref("devtools.chrome.enabled", false);
// Disable the GCLI enhanced command line.
pref("devtools.gcli.enable", true);
pref("devtools.gcli.enable", false);
// The last Web Console height. This is initially 0 which means that the Web
// Console will use the default height next time it shows.