On Jul 17, 11:18 pm, Joshua Strauss <[email protected]> wrote: > Hello All, > > I'm wondering if as an extension developer, will firebug 1.10 require it's > extensions to be AMD/Bootstrapped?
Firebug 1.10 doesn't require AMD or bootstrapped extensions. You can still use XUL overlays (for firebugOverlay.xul). XUL overlay based extensions are explained here: http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-hello-world-part-i/ However, using AMD modules in your extension is recommended, explained here: http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-hello-amd-part-xii/ Honza > > I'm in the process of reworking my code it account for this, but I would > appreciate knowing if this is a requirement for 1.10? > > Thank You, > Joshua -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
