really? missing a ;?
authorGavin Carothers <gavin@carothers.name>
Fri, 23 Sep 2011 13:27:25 -0700
changeset 152 412015e1cc6f
parent 151 f6892656b421
child 153 e8e55b809b94
really? missing a ;?
ReSpec.js/js/respec.js
--- a/ReSpec.js/js/respec.js	Fri Sep 23 13:24:28 2011 -0700
+++ b/ReSpec.js/js/respec.js	Fri Sep 23 13:27:25 2011 -0700
@@ -225,7 +225,7 @@
         }
         document.body.style.display = "inherit";
         real_hash = window.location.hash;
-        window.location.hash = "#"
+        window.location.hash = "#";
         window.location.hash = real_hash;
     },