Opened 12 years ago
Closed 12 years ago
#9604 closed Bug (fixed)
Loading error when use extraPlugins
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Load any sample page with the following configuration will cause JS error thrown:
config.plugins = 'toolbar,link'; config.extraPlugins = 'dialog';
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
comment:2 Changed 12 years ago by
Status: | review → review_passed |
---|
Nice catch :). It took me a while before I realised why this patch works.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Opened t/9604 for review.