aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJez Ng2012-10-20 23:17:30 -0400
committerJez Ng2012-10-20 23:17:45 -0400
commitea73be17468b1bd02171c82e1fb21b1bc16ccd0e (patch)
tree223e4a3b56a410f599e19f81b38752ded86d44c6 /.gitignore
parent2ed217b43663a553c78fa08a8a10152a43e93cf5 (diff)
downloadvimium-ea73be17468b1bd02171c82e1fb21b1bc16ccd0e.tar.bz2
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e5702ba4..633d6cc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
*.swp
*.crx
*.js
+node_modules/*