aboutsummaryrefslogtreecommitdiffstats
path: root/asdfghjkl.js
AgeCommit message (Collapse)Author
2015-10-29asdfghjkl.js: Remove `let` blockasdfghjkl--fix-block-syntax-errorsTeddy Wing
`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.
2015-10-29asdfghjkl.js: Add brackets to multiline functionTeddy Wing
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.)
2014-12-14 fix "TypeError: ['@@iterator'] is not a function" on Firefox 34yogevsyn
2013-04-06ミョミョミョミョミョミョミョミョミョミョミョミョミ ↵anekos
ミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョミョ
2010-11-29Fix <updateURL>anekos
2009-02-01PLUGIN_INFO 対応anekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29386 d0d07461-0603-4401-acd4-de1884942a52
2008-12-10問題が起きにくいようにしたつもり。anekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26323 d0d07461-0603-4401-acd4-de1884942a52
2008-11-15デバッグ用コードの除去anekos
その他。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23763 d0d07461-0603-4401-acd4-de1884942a52
2008-11-11http://d.hatena.ne.jp/nokturnalmortum/20081021#c1226395713anekos
tomoさんのパッチを適用。thanks! 数字入力のためのキーを任意に設定できるようになった。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23238 d0d07461-0603-4401-acd4-de1884942a52
2008-11-07Shift+ で、有効無効を反転できるようにした(要設定ON)anekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22948 d0d07461-0603-4401-acd4-de1884942a52
2008-10-29hint の変更に対応。anekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22313 d0d07461-0603-4401-acd4-de1884942a52
2008-10-20文字コード修正anekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21758 d0d07461-0603-4401-acd4-de1884942a52
2008-10-20Initial release: 指を伸ばすのがめんどくさい人向けプラグインanekos
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21757 d0d07461-0603-4401-acd4-de1884942a52