GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
MrOlsen
/
ubFramework
Transfer to URL with SHA
Find file
Newer
Older
tree:
642c6adc93
Branches
Tags
×
master
ubFramework
/
Portal
/
docroot
/
js
/
plugins
/
nggrid
/
src
/
classes
/ range.js
Christopher W. Olsen
on 10 Dec 2017
96 bytes
Cleaning Up Making It A Sub Module
Raw
Blame
History
var ngRange = function (top, bottom) { this.topRow = top; this.bottomRow = bottom; };