From 92e59249f13f45b75c3c679de08ac7a5c8136eb8 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Tue, 29 Aug 2000 08:05:51 +0000 Subject: [PATCH] more comment fixes... --- xpfe/global/resources/content/nsDragAndDrop.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xpfe/global/resources/content/nsDragAndDrop.js b/xpfe/global/resources/content/nsDragAndDrop.js index a6b1e6b68111..2c37987bae99 100644 --- a/xpfe/global/resources/content/nsDragAndDrop.js +++ b/xpfe/global/resources/content/nsDragAndDrop.js @@ -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. * * * You need to create an observer js object with the following member