mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 11:13:50 +00:00
Adds the server-side part of the javascript debugger. Refs #410
This was SVN commit r13238.
This commit is contained in:
@@ -75,6 +75,7 @@ JSBool JSI_IGUIObject::getProperty(JSContext* cx, JSObject* obj, jsid id, jsval*
|
||||
if (propName == "constructor" ||
|
||||
propName == "prototype" ||
|
||||
propName == "toString" ||
|
||||
propName == "toJSON" ||
|
||||
propName == "focus" ||
|
||||
propName == "blur" ||
|
||||
propName == "getComputedSize"
|
||||
|
||||
Reference in New Issue
Block a user