Author: abelevich
Date: 2007-12-18 11:54:26 -0500 (Tue, 18 Dec 2007)
New Revision: 4901
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js
Log:
add comments
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js
===================================================================
---
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js 2007-12-18
16:02:27 UTC (rev 4900)
+++
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-dropzone.js 2007-12-18
16:54:26 UTC (rev 4901)
@@ -180,7 +180,7 @@
dragUp: function(event) {
this.ondropend(event);
- // reset visible cursor drop ended
+ // reset visible cursor when drop ended
if (this.acceptCursor) {
if (this.acceptCursor.visible) {
this.acceptCursor.hideCursor();