Skip to content

Commit

Permalink
Merge branch 'master' of github.com:firebug/firebug
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Jan 3, 2013
2 parents a1ebf84 + bb516e0 commit e5518f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/modules/firebug-service.js
Expand Up @@ -1866,7 +1866,7 @@ var fbs =
{
// For some reason, JSD reports file URLs like "file:/" instead of "file:///", so they
// don't match up with the URLs we get back from the DOM
return url ? url.replace(/file:\/([^/])/, "file:///$1") : "";
return url ? url.replace(/file:\/([^\/])/, "file:///$1") : "";
},

denormalizeURL: function(url)
Expand Down

0 comments on commit e5518f8

Please sign in to comment.