From c54fbb1e39e65995dcfa8b59ff062625c45f3799 Mon Sep 17 00:00:00 2001 From: mfranz Date: Fri, 11 May 2007 18:03:44 +0000 Subject: [PATCH] _c should be a valid function from the beginning --- Nasal/debug.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/debug.nas b/Nasal/debug.nas index 34cf90a46..0d8dade02 100644 --- a/Nasal/debug.nas +++ b/Nasal/debug.nas @@ -26,7 +26,7 @@ # # debug.load_xml_nasal() ... load and run XML embedded Nasal -var _c = nil; +var _c = func {} var color = func(enabled) { if (enabled) {