Open rthangam opened 7 years ago
In the following lines the variable text has been declared twice. minor issue. Please fix in next release. // Trim leading spaces var text = ce.text().replace(/^\s+/g, '');
// Normalize spaces var text = this.normalizeSpaces(text);
In the following lines the variable text has been declared twice. minor issue. Please fix in next release.
// Trim leading spaces var text = ce.text().replace(/^\s+/g, '');