|
@@ -933,7 +933,7 @@ var projectObj = {
|
|
|
if (typeof overwriteRationCalcBases === 'function')
|
|
|
overwriteRationCalcBases(that.project.property.taxType);
|
|
|
//that.project.calcProgram.compileAllTemps();
|
|
|
- if (typeof dynamicLoadCalcBase !== 'undefiend') {
|
|
|
+ if (typeof dynamicLoadCalcBase !== 'undefined') {
|
|
|
dynamicLoadCalcBase();
|
|
|
}
|
|
|
that.project.calcBase.init(that.project);
|