Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Created January 31, 2014 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbamberg/8725047 to your computer and use it in GitHub Desktop.
Save wbamberg/8725047 to your computer and use it in GitHub Desktop.
var { Toolbar } = require("sdk/ui/toolbar");
var { Frame } = require("sdk/ui/frame");
var frame1 = new Frame({
url: 'data:text/html;charset=utf-8,blah'
});
var toolbar = Toolbar({
title: "My toolbar",
items: [frame1]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment