JavaScript Tests - GLOBAL should be computed in shell tests, bug 456290

This commit is contained in:
Bob Clary 2008-09-21 12:25:11 -07:00
parent 34a018fb73
commit c6a95ffda3

View File

@ -75,7 +75,7 @@ var BUGNUMBER = "";
/*
* constant strings
*/
var GLOBAL = "[object global]";
var GLOBAL = this + '';
var PASSED = " PASSED! ";
var FAILED = " FAILED! ";