Changeset 781


Ignore:
Timestamp:
2008-11-19 10:59:07 (5 years ago)
Author:
freya
Message:

use 'deep' extend of fconf with implicit fconf object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/js/form.js

    r761 r781  
    4242        // read implicit fconf from html 
    4343        var implConf = this.getImplicitConfig(); 
    44         conf=$.extend(conf,implConf);  
     44        conf=$.extend(true, conf,implConf);  
    4545                            
    4646        // initialize the form's own composite-control 
Note: See TracChangeset for help on using the changeset viewer.