Author: jablko
Date: Wed Oct 13 22:57:11 2010
New Revision: 8108

Log:
Drop unused argument

Modified:
   trunk/js/multiDelete.js

Modified: trunk/js/multiDelete.js
==============================================================================
--- trunk/js/multiDelete.js     Wed Oct 13 22:56:11 2010        (r8107)
+++ trunk/js/multiDelete.js     Wed Oct 13 22:57:11 2010        (r8108)
@@ -49,7 +49,7 @@
 
                 return $('<button class="delete-small" 
type="button"/>').click(function ()
                   {
-                    Qubit.multiDelete(input, $(input).attr('name'));
+                    Qubit.multiDelete(input);
                   });
               })
             .hide();

-- 
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