Author: jablko
Date: Fri Oct 22 10:59:27 2010
New Revision: 8382
Log:
Typo
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Fri Oct 22 10:54:22 2010 (r8381)
+++ trunk/js/dialog.js Fri Oct 22 10:59:27 2010 (r8382)
@@ -153,7 +153,7 @@
// Decrement count of listeners and submit if all done
if (1 > --this.count)
{
- $(thisDialog.form)
+ thisDialog.$form
// Unbind submit listeners to avoid triggering again
.unbind('submit', this.onSubmit)
--
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.