From ea73be17468b1bd02171c82e1fb21b1bc16ccd0e Mon Sep 17 00:00:00 2001
From: Jez Ng
Date: Sat, 20 Oct 2012 23:17:30 -0400
Subject: Refactor handlerStack. Closes #657.
Previously, handlerStack was designed only for removal of the handler
right at the top of the stack. However, some handlers sought to remove
themselves when they were not at the top of the stack, creating
confusion. The new handlerStack ensures that such removal can always be
done safely.
---
test_harnesses/vomnibar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'test_harnesses')
diff --git a/test_harnesses/vomnibar.html b/test_harnesses/vomnibar.html
index af1d0a19..f9528548 100644
--- a/test_harnesses/vomnibar.html
+++ b/test_harnesses/vomnibar.html
@@ -15,7 +15,7 @@