зеркало из https://github.com/mozilla/pjs.git
Altering the idl for createPopup.
This commit is contained in:
Родитель
997b7c97d1
Коммит
d282c34319
|
@ -51,11 +51,8 @@
|
|||
|
||||
void createPopup(in Element element, in Element popupContent,
|
||||
in long xPos, in long yPos,
|
||||
in DOMString popupType, in DOMString popupAlignment);
|
||||
|
||||
void createAnchoredPopup(in Element element, in Element popupContent,
|
||||
in DOMString anchorAlignment,
|
||||
in DOMString popupType, in DOMString popupAlignment);
|
||||
in DOMString popupType, in DOMString anchorAlignment,
|
||||
in DOMString popupAlignment);
|
||||
|
||||
Window open(/* ... */);
|
||||
Window openDialog(/* ... */);
|
||||
|
|
Загрузка…
Ссылка в новой задаче