~webapps/unity-webapps-amazoncloudreader/13.10

« back to all changes in this revision

Viewing changes to AmazonCloudReader.user.js

Fix 'const' error (style_checker).

Approved by Alexandre Abreu, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// ==/UserScript==
5
5
 
6
6
// This placeholder gets munged with real data at build time.
7
 
const WebappsGettextDict = JSON.parse(unescape(
 
7
var WebappsGettextDict = JSON.parse(unescape(
8
8
    "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"
9
9
));
10
10