Skip to content

Commit 4c8f0ed

Browse files
committed
MutationEvent is still available in FF but not as global
1 parent b8ebbd1 commit 4c8f0ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515
package org.htmlunit.javascript.host.event;
1616

17+
import static org.htmlunit.javascript.configuration.SupportedBrowser.FF;
1718
import static org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR;
1819

1920
import org.htmlunit.corejs.javascript.ScriptableObject;
@@ -32,6 +33,7 @@
3233
* @author Ronald Brill
3334
*/
3435
@JsxClass(FF_ESR)
36+
@JsxClass(value = FF, isJSObject = false)
3537
public class MutationEvent extends Event {
3638

3739
/** Modification. */

0 commit comments

Comments
 (0)