aboutsummaryrefslogtreecommitdiffstats
path: root/lib/handler_stack.coffee
AgeCommit message (Collapse)Author
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
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.