Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Remove @Private annotation from TableUtils#removeRows().
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Apr 3, 2020
1 parent c7d0edd commit 48ee10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tableutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default class TableUtils extends Plugin {
* ├───┼───┼───┤
* 4 │ k │ l │ m │
* └───┴───┴───┘
* @private
*
* @param {module:engine/model/element~Element} table
* @param {Object} options
* @param {Number} options.at The row index at which the removing rows will start.
Expand Down

0 comments on commit 48ee10e

Please sign in to comment.