зеркало из https://github.com/mozilla/pjs.git
Followup typo fix for bug 469443.
This commit is contained in:
Родитель
56540642ff
Коммит
06bc0f959a
|
@ -260,7 +260,7 @@ FormAutoCompleteResult.prototype = {
|
|||
|
||||
_checkIndexBounds : function (index) {
|
||||
if (index < 0 || index >= this.entries.length)
|
||||
Components.Exception("Index out of range.", Cr.NS_ERROR_ILLEGAL_VALUE);
|
||||
throw Components.Exception("Index out of range.", Cr.NS_ERROR_ILLEGAL_VALUE);
|
||||
},
|
||||
|
||||
// Interfaces from idl...
|
||||
|
|
Загрузка…
Ссылка в новой задаче