Bug 379472 - fix typo in _getLoadInSidebarAnnotationp=onemen.one@gmail.comr=mano

This commit is contained in:
asqueella@gmail.com 2007-05-03 23:47:02 -07:00
Родитель 32a76aff57
Коммит 927887d8e9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -762,7 +762,7 @@ var BookmarkPropertiesPanel = {
_getLoadInSidebarAnnotation:
function BPP__getLoadInSidebarAnnotation(aLoadInSidebar) {
var anno = { name: LOAD_IN_SIDEBAR_ANNO,
type: Ci.nsIAnnotationsService.TYPE_INT32,
type: Ci.nsIAnnotationService.TYPE_INT32,
flags: 0,
value: aLoadInSidebar,
expires: Ci.nsIAnnotationService.EXPIRE_NEVER };