330853 - build does not start for some users... paper over multiple includes of debug.js by using a var instead of a const for now. r=brettw .. this probably wants to be fixed a different way, but trying to un-break people.

git-svn-id: svn://10.0.0.236/trunk@192561 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beng%bengoodger.com 2006-03-17 21:38:21 +00:00
parent 32e891dfe5
commit 0feec336a5

View File

@ -42,7 +42,8 @@
* within JavaScript code.
*/
const NS_ASSERT_ENVIRONMENT_VARIABLE_NAME = "XUL_ASSERT_PROMPT";
// XXXben change to const to fix build
var NS_ASSERT_ENVIRONMENT_VARIABLE_NAME = "XUL_ASSERT_PROMPT";
var gTraceOnAssert = true;
/**