mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
more comment fixes...
This commit is contained in:
parent
0b238b1d09
commit
92e59249f1
@ -23,6 +23,16 @@
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
/**
|
||||
* XXX - until load is supported in chrome, you also need to include
|
||||
* these files:
|
||||
* chrome://global/content/nsJSSupportsUtils.js
|
||||
* chrome://global/content/nsJSComponentManager.js
|
||||
* chrome://global/content/nsTransferable.js
|
||||
**/
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* nsDragAndDrop - a convenience wrapper for nsTransferable, nsITransferable
|
||||
* and nsIDragService/nsIDragSession.
|
||||
@ -30,7 +40,7 @@
|
||||
* Use: map the handler functions to the 'ondraggesture', 'ondragover' and
|
||||
* 'ondragdrop' event handlers on your XML element, e.g.
|
||||
* <xmlelement ondraggesture="nsDragAndDrop.startDrag(event, observer);"
|
||||
* ondragover="nsDragAndDrop.dragOver(event, observer);"
|
||||
* ondragover="nsDragAndDrop.startDrag(event, observer);"
|
||||
* ondragdrop="nsDragAndDrop.drop(event, observer);"/>
|
||||
*
|
||||
* You need to create an observer js object with the following member
|
||||
|
Loading…
Reference in New Issue
Block a user