do a Context.toObject() on the result of getURL().
This commit is contained in:
parent
6939b8cb26
commit
aff761a1ec
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class GlobalObject extends ScriptableObject {
|
||||||
|
|
||||||
mime.eTag = etag;
|
mime.eTag = etag;
|
||||||
|
|
||||||
return mime;
|
return Context.toObject(mime, this);
|
||||||
} catch (Exception ignore) {
|
} catch (Exception ignore) {
|
||||||
System.err.println ("EXCEPT: "+ignore);
|
System.err.println ("EXCEPT: "+ignore);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue