mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
Bug 606859: sherlock plugin loading code was broken by bug 599751, r+a=bustage
This commit is contained in:
parent
aa0b369a7d
commit
ed9283ba8b
@ -1867,7 +1867,7 @@ Engine.prototype = {
|
||||
// Adjust the start index to account for the opening quote
|
||||
valueStart = quoteStart + "\"".length;
|
||||
// Find the closing quote
|
||||
let valueEnd = lLine.indexOf("\"", valueStart);
|
||||
var valueEnd = lLine.indexOf("\"", valueStart);
|
||||
// If there is no closing quote, just go to the end of the line
|
||||
if (valueEnd == -1)
|
||||
valueEnd = aLine.length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user