Bug 1443909 - Index documentation of JSMSG_BAD_INSTANCEOF_RHS. r=fscholz

This commit is contained in:
Nicolas B. Pierron 2018-03-07 20:25:30 +00:00
Родитель 2065c0409c
Коммит 5cd93573c4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -83,6 +83,7 @@ const ErrorDocs = {
JSMSG_CANT_TRUNCATE_ARRAY: "Non_configurable_array_element",
JSMSG_INCOMPATIBLE_PROTO: "Called_on_incompatible_type",
JSMSG_INCOMPATIBLE_METHOD: "Called_on_incompatible_type",
JSMSG_BAD_INSTANCEOF_RHS: "invalid_right_hand_side_instanceof_operand",
};
const MIXED_CONTENT_LEARN_MORE = "https://developer.mozilla.org/docs/Web/Security/Mixed_content";