Changeset 781
- Timestamp:
- 2008-11-19 10:59:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/js/form.js
r761 r781 42 42 // read implicit fconf from html 43 43 var implConf = this.getImplicitConfig(); 44 conf=$.extend( conf,implConf);44 conf=$.extend(true, conf,implConf); 45 45 46 46 // initialize the form's own composite-control
Note: See TracChangeset
for help on using the changeset viewer.