~ps-jenkins/unity-webapps-newsblur/latestsnapshot-2.4.16+13.10.20130924.2-0ubuntu1

« back to all changes in this revision

Viewing changes to Newsblur.user.js

  • Committer: Tarmac
  • Author(s): Víctor R. Ruiz
  • Date: 2013-06-12 12:11:08 UTC
  • mfrom: (38.1.1 unity-webapps-newsblur)
  • Revision ID: tarmac-20130612121108-kgbjgdecihoev48e
Fix 'const' error (style_checker).

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

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