Changeset 5105
- Timestamp:
- 02/12/10 13:50:05 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/dialog/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5104 r5105 91 91 <li><a href="http://dev.fckeditor.net/ticket/4886">#4886</a> : Extra BR tags were being created in the output HTML.</li> 92 92 <li><a href="http://dev.fckeditor.net/ticket/4933">#4933</a> : Empty tags with BR were being left in the DOM.</li> 93 <li><a href="http://dev.fckeditor.net/ticket/5127">#5127</a> : Remove dialog definition pages somtimes been error prone.</li> 93 94 <li>Updated the following language files:<ul> 94 95 <li><a href="http://dev.fckeditor.net/ticket/5006">#5006</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/dialog/plugin.js
r4992 r5105 950 950 getContentElement : function( pageId, elementId ) 951 951 { 952 return this._.contents[pageId][elementId]; 952 var page = this._.contents[ pageId ]; 953 return page && page[ elementId ]; 953 954 }, 954 955
Note: See TracChangeset
for help on using the changeset viewer.
