Skip to content

Commit

Permalink
Neutralize broken XUL link (#31629)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 committed Jan 10, 2024
1 parent 28bfd9b commit 19f950a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ZoomManager.setZoomForBrowser(gBrowser.selectedBrowser, ZoomManager.MIN);

Note: This is probably out of date.

You may use the fullZoom feature for a [XUL:iframe](/en-US/docs/XUL/iframe) as well. However, because an iframe doesn't have a markupDocumentViewer property, we need to get that first:
You may use the fullZoom feature for a `<XUL:iframe>` as well. However, because an iframe doesn't have a markupDocumentViewer property, we need to get that first:

```js
var zoom = 1.5;
Expand Down

0 comments on commit 19f950a

Please sign in to comment.