Hi

qx.core.Environment.get("runtime.name") returns "safari" when running on
Rhino (I'm currently running 1.8); the test in qx.bom.client.Runtime detects
Rhino with typeof environment but this fails, and a better test would be:

> if (typeof Packages === "object" && Object.prototype.toString.call(Packages)
> === "[object JavaPackage]") {


I'd like to fix this and submit a pull request ­ are any Rhino unit tests I
can update?

John



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to