Changeset 4491
- Timestamp:
- 11/17/09 19:41:34 (4 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/core/htmlparser/filter.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4490 r4491 58 58 <li><a href="http://dev.fckeditor.net/ticket/4621">#4621</a> : Fixed clicking below table cause a empty table been generated.</li> 59 59 <li><a href="http://dev.fckeditor.net/ticket/3373">#3373</a> : Fixed empty context menu when there's no menu item at all.</li> 60 <li><a href="http://dev.fckeditor.net/ticket/4473">#4473</a> : Fixed setting rules on the same element tag name throw error.</li> 60 61 </ul> 61 62 <h3> -
CKEditor/trunk/_source/core/htmlparser/filter.js
r3309 r4491 128 128 function addItemsToList( list, items, priority ) 129 129 { 130 if( typeof items == 'function' ) 131 items = [ items ]; 132 130 133 var i, j, 131 134 listLength = list.length,
Note: See TracChangeset
for help on using the changeset viewer.
