Author: jablko
Date: Wed Oct 20 18:15:22 2010
New Revision: 8346

Log:
Cosmetic change

Modified:
   trunk/js/multiInput.js

Modified: trunk/js/multiInput.js
==============================================================================
--- trunk/js/multiInput.js      Wed Oct 20 18:12:38 2010        (r8345)
+++ trunk/js/multiInput.js      Wed Oct 20 18:15:22 2010        (r8346)
@@ -9,7 +9,7 @@
             {
               if (this === event.target)
               {
-                // On click, remove <li>
+                // On click, remove <li/>
                 $(this).hide('fast', function ()
                   {
                     $(this).remove();
@@ -23,8 +23,7 @@
 
               $(this)
 
-                // Remove @name to avoid submitting value in the "new" input
-                // field
+                // Remove @name to avoid submitting value in the "new" <input/>
                 .removeAttr('name')
 
                 // Bind blur, click, or keydown events

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to