mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
fix some doc
This commit is contained in:
parent
f0b5e04258
commit
8626ac1d9a
1 changed files with 3 additions and 3 deletions
|
@ -503,8 +503,8 @@ exports.opAssembler = function () {
|
|||
|
||||
/**
|
||||
* A custom made String Iterator
|
||||
* @param str {string} String to be iterated over
|
||||
*/
|
||||
* @param {string} str String to be iterated over
|
||||
*/
|
||||
exports.stringIterator = function (str) {
|
||||
var curIndex = 0;
|
||||
// newLines is the number of \n between curIndex and str.length
|
||||
|
@ -1747,7 +1747,7 @@ exports.attribsAttributeValue = function (attribs, key, pool) {
|
|||
/**
|
||||
* Creates a Changeset builder for a string with initial
|
||||
* length oldLen. Allows to add/remove parts of it
|
||||
* @param oldLen {int} Old length
|
||||
* @param {number} oldLen Old length
|
||||
*/
|
||||
exports.builder = function (oldLen) {
|
||||
var assem = exports.smartOpAssembler();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue