diff --git a/modules/renderer/background_source.js b/modules/renderer/background_source.js index 6a9ac227b..6723d550f 100644 --- a/modules/renderer/background_source.js +++ b/modules/renderer/background_source.js @@ -278,8 +278,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) { /* missing tile image strictness param (n=) - • n=f -> (Fail) returns a 404 - • n=z -> (Empty) returns a 200 with 0 bytes (no content) + • n=f -> (Fail) returns a 404 + • n=z -> (Empty) returns a 200 with 0 bytes (no content) • n=t -> (Transparent) returns a 200 with a transparent (png) tile */ const strictParam = 'n';