Opened 12 years ago
Closed 11 years ago
#10609 closed Bug (fixed)
Two functions with the same name in the same context in indentlist plugin
Reported by: | Piotrek Koszuliński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.2.1 |
Component: | General | Version: | 4.2 |
Keywords: | Cc: |
Description
function indentList( editor ) { var that = this, database = this.database, context = this.context; function indentList( listNode ) {
This should be clarified, because it's very hard to read this.
Change History (5)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Status: | assigned → review |
---|
comment:4 Changed 11 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Pushed the fix directly into master git:e6f88acc9a0.
Created branch t/10609 with a fix.