317631 - forgot to document this assumption r=bryner

Original committer: beng%bengoodger.com
Original revision: 1.11
Original date: 2005/11/27 04:37:20


git-svn-id: svn://10.0.0.236/trunk@202857 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:41:29 +00:00
parent 213c755f7e
commit 880514f749

View File

@ -150,7 +150,8 @@ interface nsINavHistoryResultViewObserver : nsISupports
* Methods used by the drag feedback code to determine if a drag is allowable at
* the current location. To get the behavior where drops are only allowed on
* items, such as the mailNews folder pane, always return false whe
* the orientation is not DROP_ON.
* the orientation is not DROP_ON. Implementors should not change the content of
* the observer list!
*/
boolean canDrop(in long index, in long orientation);