UNPKG
ng-grid
Version:
latest (2.0.1)
2.0.1
__Contributors:__
angular-ui/ng-grid
ng-grid
/
src
/
classes
/
range.js
4 lines
•
95 B
JavaScript
View Raw
1
2
3
4
ng.
Range
=
function
(
top, bottom
) {
this
.
topRow
= top;
this
.
bottomRow
= bottom; };