Skip to content

Commit e3c3e88

Browse files
Pick useful change from 08b6f2c
1 parent c8e044f commit e3c3e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/dx.aspnet.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
if(options) {
109109

110110
["skip", "take", "requireTotalCount", "requireGroupCount"].forEach(function(i) {
111-
if(i in options)
111+
if(options[i] !== undefined)
112112
result[i] = options[i];
113113
});
114114

0 commit comments

Comments
 (0)