diff options
| author | Stephen Blott | 2015-01-01 09:57:06 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-01-01 09:57:06 +0000 | 
| commit | aed5e2b5e1015a2e581edadbc5dd2d1b5a2719f4 (patch) | |
| tree | 029efe488b4ef0440483dec7442d6b6124f8e459 /lib/handler_stack.coffee | |
| parent | acefe43cef5a216cb2504e85799699c359b6b4d8 (diff) | |
| download | vimium-aed5e2b5e1015a2e581edadbc5dd2d1b5a2719f4.tar.bz2 | |
Modes; minor changes.
Diffstat (limited to 'lib/handler_stack.coffee')
| -rw-r--r-- | lib/handler_stack.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/handler_stack.coffee b/lib/handler_stack.coffee index 1c334210..886a9ece 100644 --- a/lib/handler_stack.coffee +++ b/lib/handler_stack.coffee @@ -41,5 +41,5 @@ class HandlerStack          @stack.splice(i, 1)          break -root. HandlerStack = HandlerStack +root.HandlerStack = HandlerStack  root.handlerStack = new HandlerStack | 
