зеркало из https://github.com/mozilla/pjs.git
Comment out troublesome routine with multiple out params
This commit is contained in:
Родитель
7b61722221
Коммит
f4a5d3db7d
|
@ -10,8 +10,12 @@
|
|||
|
||||
readonly attribute boolean isCollapsed;
|
||||
|
||||
void getAnchorNodeAndOffset(out Node anchorNode, out long offset);
|
||||
void getFocusNodeAndOffset(out Node focusNode, out long offset);
|
||||
readonly attribute long rangeCount;
|
||||
|
||||
Range getRangeAt(in long index);
|
||||
|
||||
/* void getAnchorNodeAndOffset(out Node anchorNode, out long offset); */
|
||||
/* void getFocusNodeAndOffset(out Node focusNode, out long offset); */
|
||||
|
||||
void clearSelection();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче