We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d642226 commit b23afedCopy full SHA for b23afed
core/impl/main/java/org/directwebremoting/engine.js
@@ -1666,7 +1666,7 @@ if (typeof dwr == 'undefined') dwr = {};
1666
};
1667
}
1668
1669
- httpMethod = dwr.engine.transport.xhr.httpMethod;
+ var httpMethod = dwr.engine.transport.xhr.httpMethod;
1670
1671
batch.mode = batch.isPoll ? dwr.engine._ModePlainPoll : dwr.engine._ModePlainCall;
1672
var request = dwr.engine.batch.constructRequest(batch, httpMethod);
0 commit comments