From 054207581f9fafd5a344811f62a3167049196f02 Mon Sep 17 00:00:00 2001 From: joeldart Date: Thu, 21 Mar 2013 22:06:56 -0400 Subject: [PATCH] adds undefined to exposed list previously including undefined in the box would complain that it was not defined. this fixes that in the example --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e7737fe..5b96a6b 100644 --- a/index.html +++ b/index.html @@ -166,7 +166,8 @@

SlowmoJS

"encodeURI", "decodeURI", "JSON", - "Math" + "Math", + "undefined" ]; function output(type, msg) { @@ -468,4 +469,4 @@

SlowmoJS

}); require(["main"], function() {}); - \ No newline at end of file +