From 0416411947c60be04d72b6229da94097c4293007 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 May 2010 17:39:28 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index 11dc42238..a6528593b 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2717,7 +2717,7 @@ Window=new XObject({ } if (k[0] == '|' && typeof(kv) == 'string') { - + print("WASL " + k + '=' + kv); if (kv.match(new RegExp('function'))) { continue; } -- 2.39.2