dynamic-virtual-scroller
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "dynamic-virtual-scroller", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A virtual scroller for the web that can handle dynamic row and column sizes.", | ||
@@ -5,0 +5,0 @@ "main": "virtual-scroller.js", |
@@ -1,3 +0,2 @@ | ||
import {ATTRIBUTES, EVENTS, CLASSES} from "./constants"; | ||
import validateParameters from './validateParameters'; | ||
import {CLASSES} from "./constants"; | ||
var {$, _} = window; | ||
@@ -97,2 +96,2 @@ | ||
export default ScrollbarManager; | ||
export default ScrollbarManager; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
513863
7042