diff options
author | anekos | 2013-04-06 18:22:02 +0900 |
---|---|---|
committer | anekos | 2013-04-06 18:22:02 +0900 |
commit | 37f3071e579fbe36deaf17c2513a6619707eab45 (patch) | |
tree | 90b6134fff349ec45ebaf48b4a25e5b31c92fba8 /zip-de-download.js | |
parent | 862198772d1b50822d888bae4d13d3ee8aa69740 (diff) | |
parent | 443904bbc0d49e6da3c80319e063e0c8bb258c4c (diff) | |
download | vimperator-plugins-37f3071e579fbe36deaf17c2513a6619707eab45.tar.bz2 |
Merge branch 'master' into 3.6
for master updates
Conflicts:
lo.js
twittperator.js
Diffstat (limited to 'zip-de-download.js')
-rw-r--r-- | zip-de-download.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zip-de-download.js b/zip-de-download.js index a6d8a97..f7a25b4 100644 --- a/zip-de-download.js +++ b/zip-de-download.js @@ -350,6 +350,8 @@ let SITE_INFO = [ completer: liberator.modules.completion.file }, true); - util.extend(__context__, self); + for (let [k, v] in Iterator(self)) { + __context__[k] = v; + } })(); // vim: sw=2 ts=2 et: |