mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
For compatibility with Rhino+Continuations fork Continuation is made public
This commit is contained in:
parent
c2f62a240f
commit
326fb69d8a
@ -35,7 +35,7 @@
|
||||
|
||||
package org.mozilla.javascript;
|
||||
|
||||
final class Continuation extends IdScriptableObject implements Function
|
||||
public final class Continuation extends IdScriptableObject implements Function
|
||||
{
|
||||
private static final Object FTAG = new Object();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user