changeset 39:3a8422ac941c

Add debug statement concerning possibly dead code branch
author Franck Deroche <franck@defr.org>
date Fri, 18 Sep 2009 15:17:42 +0200
parents 9e27e0aca323
children af4b3c09cc10
files js/dnd-library.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/js/dnd-library.js	Fri Sep 18 15:17:05 2009 +0200
+++ b/js/dnd-library.js	Fri Sep 18 15:17:42 2009 +0200
@@ -251,6 +251,7 @@
 
       // The no-parent case
       if ($(block).is('body')) {
+        // Never seem to be hit ?
         s.setNode(insert);
       }
       else {