summaryrefslogtreecommitdiffstats
path: root/js/app/controllers/itemcontroller.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/itemcontroller.coffee')
-rw-r--r--js/app/controllers/itemcontroller.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/itemcontroller.coffee b/js/app/controllers/itemcontroller.coffee
index fb5b5bfa3..d803ad484 100644
--- a/js/app/controllers/itemcontroller.coffee
+++ b/js/app/controllers/itemcontroller.coffee
@@ -66,7 +66,7 @@ Language, AutoPageLoading) ->
if @_autoPaging
# prevent multiple autopaging requests
@_autoPaging = false
- @_itemBusinessLayer.loadNext =>
+ @_itemBusinessLayer.loadNext (data) =>
@_autoPaging = true