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

Proposed by Víctor R. Ruiz
Status: Needs review
Proposed branch: lp:~vrruiz/unity-webapps-facebookmessenger/const-to-var
Merge into: lp:unity-webapps-facebookmessenger
Diff against target: 11 lines (+1/-1)
1 file modified
FacebookMessenger.user.js (+1/-1)
To merge this branch: bzr merge lp:~vrruiz/unity-webapps-facebookmessenger/const-to-var
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Alexandre Abreu Pending
Review via email: mp+168777@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: Needs Fixing (continuous-integration)

Unmerged revisions

47. By Víctor R. Ruiz

Fix 'const' complain for style_checker

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'FacebookMessenger.user.js'
--- FacebookMessenger.user.js 2013-05-16 05:14:59 +0000
+++ FacebookMessenger.user.js 2013-06-11 17:54:54 +0000
@@ -7,7 +7,7 @@
7// ==/UserScript==7// ==/UserScript==
88
9// This placeholder gets munged with real data at build time.9// This placeholder gets munged with real data at build time.
10const WebappsGettextDict = JSON.parse(unescape(10var WebappsGettextDict = JSON.parse(unescape(
11 "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"11 "%7B%22GETTEXT%22%3A%22PLACEHOLDER%22%7D"
12));12));
1313

Subscribers

People subscribed via source and target branches

to all changes: