Re: Config file doesn't seem to be used

  •  12-10-2013, 7:12 AM

    Re: Config file doesn't seem to be used

    the line:

     

     

    if(!config.hasOwnProperty(p))

                                        config[p]=baseconfig[p];

    }

     

     

    in the loader.js file my default settings defined in the config.js file are not being set against the editor becuase config already has that property set. I dont't think i've defined anything specifically against config..... where is this set?

     

    thanks 

View Complete Thread