Author: jablko
Date: Thu Oct 21 23:22:24 2010
New Revision: 8377
Log:
Simplify
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Oct 21 23:21:59 2010 (r8376)
+++ trunk/js/dialog.js Thu Oct 21 23:22:24 2010 (r8377)
@@ -466,10 +466,7 @@
}
else
{
- var render = function (fname)
- {
- return thisDialog.renderField(fname);
- }
+ var render = thisDialog.renderField;
}
tr = newRowTemplate.replace('{' + this.fieldPrefix + '[id]}',
this.id);
--
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.