Fix function documentation.

This commit is contained in:
Gastón Kleiman 2011-01-21 16:18:25 +08:00 committed by Fabian Jakobs
commit f804a62f1d

View file

@ -300,7 +300,7 @@ var Document = function(text) {
* Removes a range of full lines
*
* @param firstRow {Integer} The first row to be removed
* @param firstRow {Integer} The first row to be removed
* @param lastRow {Integer} The last row to be removed
* @return {String[]} The removed lines
*/
this.removeLines = function(firstRow, lastRow) {