Viima / jquery-comments

The Javascript library of choice for implementing commenting in your web app
http://viima.github.io/jquery-comments/
MIT License
293 stars 118 forks source link

Variable declared twice #102

Open rthangam opened 7 years ago

rthangam commented 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);