csc-adv-int-basic-gallery
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "csc-adv-int-basic-gallery", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Basic touch enabled image slider", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,4 +34,9 @@ # Basic Gallery | ||
/** | ||
* Advance to the previous image | ||
*/ | ||
prev() { } | ||
/** | ||
* a simple positive modulo using this.slides.length | ||
* A simple positive modulo using this.slides.length | ||
* | ||
@@ -38,0 +43,0 @@ * @param {number} index |
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
14921
67