conveyor-slideshow
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "conveyor-slideshow", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"author": "Gil McQuillan, Akhilesh Malla, Peace Chen", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -108,2 +108,5 @@ /* | ||
var items = getItems(); | ||
if (items.length < 1) { | ||
throw {error: "Conveyor: No slides found."}; | ||
} | ||
var current = items[currIndex]; | ||
@@ -110,0 +113,0 @@ if (current) { |
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
14776
297