mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix thinko in test.
This commit is contained in:
parent
c95c882b76
commit
cd7a9e4cf3
@ -4,7 +4,7 @@
|
||||
* Contributor: Jason Orendorff
|
||||
*/
|
||||
|
||||
if (typeof evalcx != 'function') {
|
||||
if (typeof evalcx == 'function') {
|
||||
var cx = evalcx("");
|
||||
evalcx("function f() { return this; }", cx);
|
||||
var f = cx.f;
|
||||
|
Loading…
Reference in New Issue
Block a user