Closed
Bug 867541
Opened 12 years ago
Closed 12 years ago
loadManifest only links the first resource
Categories
(L20n :: HTML Bindings, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0 beta
People
(Reporter: stas, Assigned: zbraniecki)
Details
https://github.com/l20n/l20n.js/commit/0e672a9bb6d6132148b3afe4f656765584175a5a introduced the following code:
ctx.linkResource(function(lang) {
return manifest.resources[0].replace("{{lang}}", lang);
});
which looks like it wanted to be in a loop.
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 1.0 beta
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gandalf
Assignee | ||
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
I filed bug 868719 as a follow-up.
You need to log in
before you can comment on or make changes to this bug.
Description
•