We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e0d95 commit f6703f3Copy full SHA for f6703f3
src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java
@@ -2134,7 +2134,6 @@ public void addEventListenerCaller() throws Exception {
2134
+ LOG_TITLE_FUNCTION
2135
+ " function someLoad(event) {\n"
2136
+ " var caller = arguments.callee.caller;\n"
2137
- + " log(caller);\n"
2138
+ " log(typeof caller == 'function' ? 'function' : caller);\n"
2139
+ " }\n"
2140
+ " function test() {\n"
0 commit comments