Dotclear


Ignore:
Timestamp:
06/21/19 14:35:19 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

mergeDeep is not necessary here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/_post_editor.js

    r3977 r3978  
    1 /*global dotclear, getData, mergeDeep */ 
     1/*global dotclear, getData */ 
    22/*exported CKEDITOR_GETURL */ 
    33'use strict'; 
     
    66Object.assign(dotclear, getData('ck_editor_ctx')); 
    77// Get messages 
    8 mergeDeep(dotclear.msg, getData('ck_editor_msg')); 
     8Object.assign(dotclear.msg, getData('ck_editor_msg')); 
    99// Get CK Editor variables 
    1010Object.assign(window, getData('ck_editor_var')); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map