~webapps/unity-webapps-grooveshark/trunk

« back to all changes in this revision

Viewing changes to grooveshark.user.js

  • Committer: Tarmac
  • Author(s): Víctor R. Ruiz
  • Date: 2013-06-12 15:38:46 UTC
  • mfrom: (36.1.1 unity-webapps-grooveshark)
  • Revision ID: tarmac-20130612153846-s2mx30e2n5p1e0rg
Fix 'const' error (style_checker).

Approved by Alexandre Abreu, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

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