Author: jablko
Date: Sat Oct 23 09:25:16 2010
New Revision: 8398
Log:
Context argument needn't be jQuery instance
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Sat Oct 23 09:13:24 2010 (r8397)
+++ trunk/js/dialog.js Sat Oct 23 09:25:16 2010 (r8398)
@@ -417,7 +417,7 @@
}
// Clear autocomplete fields
- $('input.form-autocomplete', $(this.table)).val('');
+ $('input.form-autocomplete', this.table).val('');
return this;
}
--
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.