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