fix for #137697. about:config generates xpconnect errors

because getImageSrc is not defined.  r/sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2002-04-16 07:18:00 +00:00
parent 7b5c4d7939
commit f7194c7803

View File

@ -85,6 +85,7 @@ var view = ({
getParentIndex: function(rowIndex) { return -1 },
hasNextSibling: function(rowIndex, afterIndex) { return false },
getLevel: function(index) { return 1},
getImageSrc: function(row, colID) { return ""},
toggleOpenState : function(index) {},
cycleHeader: function(colID, elt) {},
selectionChanged : function() {},