* Remove READONLY attribute from native HopObject methods.
This commit is contained in:
parent
f5b90c23f1
commit
2c2e9fbbb5
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class HopObject extends ScriptableObject implements Wrapper, PropertyReco
|
|||
*/
|
||||
public static HopObject init(RhinoCore core)
|
||||
throws PropertyException {
|
||||
int attributes = READONLY | DONTENUM | PERMANENT;
|
||||
int attributes = DONTENUM | PERMANENT;
|
||||
|
||||
// create prototype object
|
||||
HopObject proto = new HopObject("HopObject", core);
|
||||
|
|
Loading…
Add table
Reference in a new issue