Author: jablko
Date: Thu Oct 21 21:39:53 2010
New Revision: 8364
Log:
Cosmetic change
Modified:
trunk/js/dialog.js
Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js Thu Oct 21 21:39:05 2010 (r8363)
+++ trunk/js/dialog.js Thu Oct 21 21:39:53 2010 (r8364)
@@ -45,7 +45,7 @@
case 'radio':
case 'checkbox':
var input = $('input[name=' + this.name + ']',
thisDialog.table);
- thisDialog.fields[this.name] = new Array();
+ thisDialog.fields[this.name] = [];
input.each(function ()
{
thisDialog.fields[this.name].push(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.