Hi,
In the latest 9.1d build it seems that a comma is missing. See line 654 in the ResultSet.js:
	
							
						
					In the latest 9.1d build it seems that a comma is missing. See line 654 in the ResultSet.js:
Code:
	
	    _setFullLengthIfNullTotalRows: true
    //> @attr   resultSet.alwaysRequestVisibleRows (boolean : false : IRA)
    // If true, records requested only for visible area.
    // @visibility external
    //<
    alwaysRequestVisibleRows: false

Comment