You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/pastefromword/filter/default.js
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1331,12 +1331,9 @@
1331
1331
* Note that list items within a single list but with different levels that did not get chopped
1332
1332
* will still be rendered as a list tree later.
1333
1333
*
1334
-
* @todo: Describe what `lists` parameter is for. By the looks of it it's supposed to be array which is used
1335
-
* to return the value.
1336
-
*
1337
1334
* @private
1338
1335
* @param {CKEDITOR.htmlParser.element[]} list An array containing list items.
1339
-
* @param {CKEDITOR.htmlParser.element[]} lists
1336
+
* @param {CKEDITOR.htmlParser.element[]} lists All the lists in the pasted content represented by an array of arrays of list items. Modified by this method.
0 commit comments