Changeset 6446
- Timestamp:
- 02/15/11 20:54:18 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/trunk/_source/core/dom/element.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/dom/element.js
r6445 r6446 925 925 926 926 /** 927 * @param {Boolean} [inlineOnly=true] Allow only inline elements to be merged. 927 * Merges sibling elements that are identical to this one.<br> 928 * <br> 929 * Identical child elements are also merged. For example:<br> 930 * <b><i></i></b><b><i></i></b> => <b><i></i></b> 931 * @function 932 * @param {Boolean} [inlineOnly] Allow only inline elements to be merged. Defaults to "true". 928 933 */ 929 934 mergeSiblings : ( function()
Note: See TracChangeset
for help on using the changeset viewer.
