Skip to content

Commit

Permalink
Merge pull request #10 from joeldart/undefined-exposed
Browse files Browse the repository at this point in the history
adds undefined to exposed list
  • Loading branch information
toolness committed Mar 22, 2013
2 parents 3858fe7 + 0542075 commit f415021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Expand Up @@ -166,7 +166,8 @@ <h1>SlowmoJS</h1>
"encodeURI",
"decodeURI",
"JSON",
"Math"
"Math",
"undefined"
];

function output(type, msg) {
Expand Down Expand Up @@ -468,4 +469,4 @@ <h1>SlowmoJS</h1>
});

require(["main"], function() {});
</script>
</script>

0 comments on commit f415021

Please sign in to comment.