Mercurial > powerbox
view extension/content/js/xul/browser.js @ 2:889c2fd4c9cf
window.powerbox.request() is now available on every content window.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 06 Aug 2009 14:53:41 -0700 |
parents | |
children | 1c02976d8809 |
line wrap: on
line source
(function() { var jsm = {}; Components.utils.import("resource://powerbox/modules/setup.js", jsm); jsm.PowerboxSetup.installToWindow(window); })();