We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7daeb5 commit 98b24c9Copy full SHA for 98b24c9
1 file changed
WebSocket.js
@@ -296,7 +296,7 @@ Ext.define('Ext.ux.data.proxy.WebSocket', {
296
// Treats 'read' as a string event, with no data inside
297
if (action === me.getApi().read) {
298
var extraParams = operation._proxy.extraParams,
299
- queryParams = operation._params,
+ queryParams = operation._params,
300
sorters = operation._sorters ,
301
groupers = operation._groupers;
302
0 commit comments