Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
bug 690163: add 'id' to widget in 'attaching content scripts to tabs'…
Browse files Browse the repository at this point in the history
… example; r=wbamberg
  • Loading branch information
KWierso authored and mykmelez committed Oct 5, 2011
1 parent 27677ad commit 13228be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/addon-kit/docs/page-mod.md
Expand Up @@ -217,6 +217,7 @@ The following add-on creates a widget which, when clicked, highlights all the
var tabs = require("tabs");

var widget = widgets.Widget({
id: "div-show",
label: "Show divs",
contentURL: "http://www.mozilla.org/favicon.ico",
onClick: function() {
Expand Down

0 comments on commit 13228be

Please sign in to comment.