<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimperator-plugins, branch asdfghjkl--fix-block-syntax-errors</title>
<subtitle>for Vimperator plugins</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/'/>
<entry>
<title>asdfghjkl.js: Remove `let` block</title>
<updated>2015-10-30T00:15:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-30T00:15:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=e8ca6f7a63149ce9125bb5e7660409e2fc4978ef'/>
<id>e8ca6f7a63149ce9125bb5e7660409e2fc4978ef</id>
<content type='text'>
`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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`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.
</pre>
</div>
</content>
</entry>
<entry>
<title>asdfghjkl.js: Add brackets to multiline function</title>
<updated>2015-10-30T00:08:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-10-30T00:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=6d9efab0dec6119114ceb9c366dc65373d8a0ecd'/>
<id>6d9efab0dec6119114ceb9c366dc65373d8a0ecd</id>
<content type='text'>
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.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #90 from nobita4176/pdfjsjs</title>
<updated>2015-10-28T16:09:33+00:00</updated>
<author>
<name>Jagua</name>
</author>
<published>2015-10-28T16:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=ec7669c3467c07f096ae68bfc9c2b574b6f3df0e'/>
<id>ec7669c3467c07f096ae68bfc9c2b574b6f3df0e</id>
<content type='text'>
Fix PDF.js.js</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix PDF.js.js</pre>
</div>
</content>
</entry>
<entry>
<title>PDF.js.js: s/content.wrappedJSObject/content.window.wrappedJSObject/</title>
<updated>2015-10-28T16:01:35+00:00</updated>
<author>
<name>nobita4176</name>
</author>
<published>2015-10-28T16:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=3b1f8debb5414af6551f276e6cfd1856a0b4521c'/>
<id>3b1f8debb5414af6551f276e6cfd1856a0b4521c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow the spec change of PDF.js</title>
<updated>2015-10-24T16:52:13+00:00</updated>
<author>
<name>nobita4176</name>
</author>
<published>2015-10-24T15:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=e62db9cc5866db6e54cf11334da113b416b14a26'/>
<id>e62db9cc5866db6e54cf11334da113b416b14a26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #88 from yaa/firefox41</title>
<updated>2015-10-19T15:47:25+00:00</updated>
<author>
<name>Jagua</name>
</author>
<published>2015-10-19T15:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=24689d2ad32b5729afeef3f1c7a3af0fd42ba8d3'/>
<id>24689d2ad32b5729afeef3f1c7a3af0fd42ba8d3</id>
<content type='text'>
Drop let expression for Firefox 41+ (ldrize_cooperation.js)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop let expression for Firefox 41+ (ldrize_cooperation.js)</pre>
</div>
</content>
</entry>
<entry>
<title>Drop let expression for Firefox 41+</title>
<updated>2015-10-18T02:10:42+00:00</updated>
<author>
<name>YAA</name>
</author>
<published>2015-10-18T01:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=c980ce3ee2ee38b39a1920404cb77452071633eb'/>
<id>c980ce3ee2ee38b39a1920404cb77452071633eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add qiita, github search</title>
<updated>2015-10-04T15:08:07+00:00</updated>
<author>
<name>elzzup</name>
</author>
<published>2015-10-04T15:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=4c2f3545661e36588d28476c99d3081689eb10ad'/>
<id>4c2f3545661e36588d28476c99d3081689eb10ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>select_configs のテンプレート説明の追加, Qiita の追加</title>
<updated>2015-10-04T14:53:22+00:00</updated>
<author>
<name>elzzup</name>
</author>
<published>2015-10-04T14:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=a8d91cda2cf3a11df057883be613f15c9c8e1155'/>
<id>a8d91cda2cf3a11df057883be613f15c9c8e1155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>marker position の汎用化</title>
<updated>2015-10-04T14:08:26+00:00</updated>
<author>
<name>elzzup</name>
</author>
<published>2015-10-04T14:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimperator-plugins/commit/?id=099d0438dfbe63904b47eed3df2690d96e2e6edd'/>
<id>099d0438dfbe63904b47eed3df2690d96e2e6edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
