aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/core/PagingTableService.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/apps/core/PagingTableService.js')
-rwxr-xr-x[-rw-r--r--]src/main/webapp/apps/core/PagingTableService.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/webapp/apps/core/PagingTableService.js b/src/main/webapp/apps/core/PagingTableService.js
index 689a225..d65e7f3 100644..100755
--- 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;