diff --git a/src/components/scroller/smoothscroller.js b/src/components/scroller.js similarity index 100% rename from src/components/scroller/smoothscroller.js rename to src/components/scroller.js diff --git a/src/scripts/site.js b/src/scripts/site.js index f4574c36f8..17a264667b 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.js @@ -845,7 +845,7 @@ var AppInfo = {}; define("itemrepository", [apiClientBowerPath + "/sync/itemrepository"], returnFirstDependency); define("useractionrepository", [apiClientBowerPath + "/sync/useractionrepository"], returnFirstDependency); define("swiper", [bowerPath + "/Swiper/dist/js/swiper.min", "css!" + bowerPath + "/Swiper/dist/css/swiper.min"], returnFirstDependency); - define("scroller", [componentsPath + "/scroller/smoothscroller"], returnFirstDependency); + define("scroller", [componentsPath + "/scroller"], returnFirstDependency); define("toast", [componentsPath + "/toast/toast"], returnFirstDependency); define("scrollHelper", [componentsPath + "/scrollhelper"], returnFirstDependency); define("touchHelper", [componentsPath + "/touchhelper"], returnFirstDependency);