Author: jablko
Date: Mon Oct 25 11:27:31 2010
New Revision: 8473
Log:
Typo
Modified:
trunk/js/multiInput.js
Modified: trunk/js/multiInput.js
==============================================================================
--- trunk/js/multiInput.js Mon Oct 25 11:16:15 2010 (r8472)
+++ trunk/js/multiInput.js Mon Oct 25 11:27:31 2010 (r8473)
@@ -65,7 +65,7 @@
});
// Create <ul/> if it doesn't exist
- if (!!$(this).prev('ul.multInput').length)
+ if (!$(this).prev('ul.multInput').length)
{
// Add <ul/> element, if it doesn't exist already (new
// object)
--
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.