nk-controls
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -12,4 +12,4 @@ var ScrollHelper = /** @class */ (function () { | ||
return win ? ('pageYOffset' in win) ? win.pageYOffset : | ||
this.scrollTop(win.document.documentElement) : | ||
this.scrollTop(elem); | ||
win.document.documentElement['scrollTop'] : | ||
elem['scrollTop']; | ||
} | ||
@@ -16,0 +16,0 @@ if (win) { |
{ | ||
"name": "nk-controls", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "angular5 web controls dropDownList ribbon", |
Sorry, the diff of this file is not supported yet
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
337001