]> git.gir.st - VimFx.git/commit
Use element.classList instead of custom helpers
authorSimon Lydell <simon.lydell@gmail.com>
Tue, 16 Jul 2013 11:51:48 +0000 (13:51 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Tue, 16 Jul 2013 11:51:48 +0000 (13:51 +0200)
commit6a9c0a3fd307f8d62003b7cb8a0c22daeaa5fa3d
tree8dddefe0324fbd727088308faa891bc813633d4e
parentc2e530cebb6d75340013f91e3a88f67ca353a95e
Use element.classList instead of custom helpers

Remove `utils.addClass()` and `utils.removeClass()`. Use
`.classList.add()` and `.classList.remove()` directly on the elements
instead.

My editor is set to strip trailing whitespace, which it did. So a diff of
this commit is a bit messy.
extension/packages/find.coffee
extension/packages/utils.coffee
Imprint / Impressum