зеркало из https://github.com/mozilla/gecko-dev.git
Bug 609279 - Add getLabelAt in tests redifining nsAutoCompleteSimpleResult. r=ehsan a=tests
This commit is contained in:
Родитель
09a4b0eacb
Коммит
f1344c511f
|
@ -46,6 +46,7 @@ nsAutoCompleteSimpleResult.prototype = {
|
|||
getCommentAt: function() { return null; },
|
||||
getStyleAt: function() { return null; },
|
||||
getImageAt: function() { return null; },
|
||||
getLabelAt: function() { return null; },
|
||||
removeValueAt: function() {}
|
||||
};
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ nsAutoCompleteSimpleResult.prototype = {
|
|||
getCommentAt: function() { return null; },
|
||||
getStyleAt: function() { return null; },
|
||||
getImageAt: function() { return null; },
|
||||
getLabelAt: function() { return null; },
|
||||
removeValueAt: function() {}
|
||||
};
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@ nsAutoCompleteSimpleResult.prototype = {
|
|||
getCommentAt: function() { return null; },
|
||||
getStyleAt: function() { return null; },
|
||||
getImageAt: function() { return null; },
|
||||
getLabelAt: function() { return null; },
|
||||
removeValueAt: function() {}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче