Merge lp:~abreu-alexandre/unity-js-scopes/fix-template-scope-config into lp:unity-js-scopes

Proposed by Alexandre Abreu
Status: Merged
Approved by: Marcus Tomlinson
Approved revision: 104
Merged at revision: 105
Proposed branch: lp:~abreu-alexandre/unity-js-scopes/fix-template-scope-config
Merge into: lp:unity-js-scopes
Diff against target: 12 lines (+1/-1)
1 file modified
qtc-templates/scope-js/src/displayName.js.in (+1/-1)
To merge this branch: bzr merge lp:~abreu-alexandre/unity-js-scopes/fix-template-scope-config
Reviewer Review Type Date Requested Status
Marcus Tomlinson (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+276716@code.launchpad.net

Commit message

Fix scope template scope_config

Description of the change

Fix scope template scope_config

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
Marcus Tomlinson (marcustomlinson) wrote :

Ah, now I see where that "undefined" bit came from. Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qtc-templates/scope-js/src/displayName.js.in'
2--- qtc-templates/scope-js/src/displayName.js.in 2015-10-27 06:23:36 +0000
3+++ qtc-templates/scope-js/src/displayName.js.in 2015-11-04 23:24:09 +0000
4@@ -59,7 +59,7 @@
5 console.log('Starting scope id: '
6 + scope_id
7 + ', '
8- + scopes.self.scope_config)
9+ + scopes.self.scope_directory)
10 },
11 search: function(canned_query, metadata) {
12 return new scopes.lib.SearchQuery(

Subscribers

People subscribed via source and target branches

to all changes: