From 45cfc8fa2ea5036a1de3e8bf1f7fc5359974cba7 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Sun, 2 Jun 2013 17:44:19 +1200 Subject: [PATCH] Add missing semicolon without which Firefox parses the collated runtime incorrectly. --- runtime/HotSwap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/HotSwap.js b/runtime/HotSwap.js index 2bb3a91..5ec08b6 100644 --- a/runtime/HotSwap.js +++ b/runtime/HotSwap.js @@ -41,4 +41,4 @@ function depthFirstTraversals(f, queueOld, queueNew) { return true; } -}()) \ No newline at end of file +}());