- Fix for Internet Explorer: Arrays must be properly closed!

SVN:code[170]
This commit is contained in:
Denis Flaven
2009-09-16 16:07:28 +00:00
parent 103f5e4568
commit 0bbe615664

View File

@@ -1,5 +1,4 @@
// Wizard Helper JavaScript class to communicate with the WizardHelper PHP class
function WizardHelper(sClass)
{
this.m_oData = { 'm_sClass' : '',
@@ -9,7 +8,7 @@ function WizardHelper(sClass)
'm_aAllowedValuesRequested': [],
'm_aDefaultValue': [],
'm_aAllowedValues': [],
'm_iFieldsCount' : 0,
'm_iFieldsCount' : 0
};
this.m_oData.m_sClass = sClass;