From 4a6c9c52d006ecb717bae7d9b502d9b661a08ccd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 4 Jan 2013 10:18:56 +0100 Subject: o Using the PagingTableService on the front page and person apps. --- src/main/webapp/apps/core/PagingTableService.js | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/main/webapp/apps/core/PagingTableService.js (limited to 'src/main/webapp/apps/core/PagingTableService.js') diff --git a/src/main/webapp/apps/core/PagingTableService.js b/src/main/webapp/apps/core/PagingTableService.js old mode 100644 new mode 100755 index 689a225..d65e7f3 --- a/src/main/webapp/apps/core/PagingTableService.js +++ b/src/main/webapp/apps/core/PagingTableService.js @@ -37,6 +37,7 @@ function PagingTableService() { }; var defaultCallback = function(Resource, args) { + args = args || {}; return function(startIndex, count, cb) { console.log("fetching", arguments); args.startIndex = startIndex; -- cgit v1.2.3