lordwelch 6fab6022d0 Remove grab
Switch to using bootstrap-table
Add DownThemAll plugin
Remove Firefox plugin
2021-01-09 16:36:18 -08:00

15 lines
350 B
TypeScript

"use strict";
// License: MIT
/**
* If you feel like messing around in here, you're probably doing it wrong!
*/
export const COLS = Symbol();
export const FOCUSROW = Symbol();
export const FIRSTROW = Symbol();
export const ROWCACHE = Symbol();
export const ROWREUSE = Symbol();
export const ROWHEIGHT = Symbol();
export const VISIBLE = Symbol();