]> git.gir.st - VimFx.git/commit
Improve `Cu.import`s
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 6 Mar 2016 19:35:25 +0000 (20:35 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 6 Mar 2016 19:35:25 +0000 (20:35 +0100)
commit2481112d4ddf385af11aae54b4739da115aea78d
treeb07fcb3ef3f6156599932587a1be9c17ac468708
parent6a06653f7842d38ce7cc4a1a7b39d7a3e839ab06
Improve `Cu.import`s

- Fixed two cases where things were accidentally imported into the global scope.
- Consistenly prefer the explicit `{a, b} = Cu.import('...', {})` style, rather
  than the implicit import-all-into-global-scope `Cu.import('...')` style.
extension/lib/config.coffee
extension/lib/main.coffee
extension/lib/utils.coffee
extension/test/index.coffee
Imprint / Impressum