Newer
Older
ubFramework / Portal / docroot / js / plugins / nggrid / src / classes / range.js
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 96 bytes Cleaning Up Making It A Sub Module
var ngRange = function (top, bottom) {
    this.topRow = top;
    this.bottomRow = bottom;
};