| Age | Commit message (Collapse) | Author |
|
`let` blocks of the form
let (var1 [= value1] [, var2 [= value2]] [, ..., varN [= valueN]]) block;
are non-standard, as specified in the following sections of the Mozilla
Developer Network page on `let`:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#Non-standard_let_extensions
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#let_blocks
Removing the `let` block here for forward compatibility.
This change also gets rid of the `self` variable created inside the
`let` block, using an arrow function instead to obviate the need to save
a `this` reference.
|
|
Fix this error:
Sourcing file failed: ${HOME}/.vimperator/plugin/asdfghjkl.js:101:
SyntaxError: expected expression, got keyword 'let'
That was caused by having a multiline expression in a function without
braces.
(Discovered on Firefox 41.0.2 on Mac OS X 10.8 with Vimperator 3.10.1.)
|
|
|
|
ミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョ
|
|
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29386 d0d07461-0603-4401-acd4-de1884942a52
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26323 d0d07461-0603-4401-acd4-de1884942a52
|
|
その他。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23763 d0d07461-0603-4401-acd4-de1884942a52
|
|
tomoさんのパッチを適用。thanks!
数字入力のためのキーを任意に設定できるようになった。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23238 d0d07461-0603-4401-acd4-de1884942a52
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22948 d0d07461-0603-4401-acd4-de1884942a52
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22313 d0d07461-0603-4401-acd4-de1884942a52
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21758 d0d07461-0603-4401-acd4-de1884942a52
|
|
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21757 d0d07461-0603-4401-acd4-de1884942a52
|