Merge lp:~vrruiz/unity-webapps-vkcom/const-to-var into lp:unity-webapps-vkcom

Proposed by Víctor R. Ruiz
Status: Merged
Approved by: Víctor R. Ruiz
Approved revision: 44
Merged at revision: 44
Proposed branch: lp:~vrruiz/unity-webapps-vkcom/const-to-var
Merge into: lp:unity-webapps-vkcom
Diff against target: 11 lines (+1/-1)
1 file modified
Vkcom.user.js (+1/-1)
To merge this branch: bzr merge lp:~vrruiz/unity-webapps-vkcom/const-to-var
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+168758@code.launchpad.net

Commit message

Fix 'const' error (style_checker).

Description of the change

Fix 'const' error (style_checker).

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Vkcom.user.js'
2--- Vkcom.user.js 2013-05-16 05:15:43 +0000
3+++ Vkcom.user.js 2013-06-11 17:48:58 +0000
4@@ -4,7 +4,7 @@
5 // ==/UserScript==
6
7 // This placeholder gets munged with real data at build time.
8-const WebappsGettextDict = JSON.parse(unescape(
9+var WebappsGettextDict = JSON.parse(unescape(
10 "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"
11 ));
12

Subscribers

People subscribed via source and target branches

to all changes: