Bug 581999 - fix typo [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-07-29 17:19:29 -07:00
Родитель 89617a7a67
Коммит fe673bcb44
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -391,7 +391,7 @@
let data = {
target: this,
json: {
types: ["edit-bookmark"]
types: ["edit-bookmark"],
label: this.uri.spec
}};
ContextHelper.showPopup(data);