Bug 382584 - Mistyped assignment in tree.xml. r=enndeakin

This commit is contained in:
rflint@ryanflint.com 2007-06-01 19:05:08 -07:00
Родитель 113cf97d21
Коммит 9087370cdc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -452,7 +452,7 @@
var c = this.currentIndex;
if (c == -1)
c == 0;
c = 0;
if (c == edge) {
if (this.view.selection.isSelected(c))