Changeset 6852


Ignore:
Timestamp:
2011-05-02 18:27:29 (13 months ago)
Author:
alfonsoml
Message:

Post fixing #3582. Editor didn't load if the elementspath plugin was removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CKEditor/branches/versions/3.6.x/_source/plugins/link/plugin.js

    r6822 r6852  
    162162                        dataFilter = dataProcessor && dataProcessor.dataFilter, 
    163163                        htmlFilter = dataProcessor && dataProcessor.htmlFilter, 
    164                         pathFilters = editor._.elementsPath.filters; 
     164                        pathFilters = editor._.elementsPath && editor._.elementsPath.filters; 
    165165 
    166166                if ( dataFilter ) 
Note: See TracChangeset for help on using the changeset viewer.
© 2003 – 2011 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy