Daniel Veditz wrote:
>
> where pkgs is an object:
>
> var pkgs = { "Spellviewer": "http://dndtools.mozdev.org/spellviewer.xpi",
> "Bookmarks" : "http://etc"
> }
You can create this dynamically as an associative array:
var pkgs = {};
pkgs["Spellviewer"] = "http://dndtools.mozdev.org/etc";
pkgs["Bookmarks"] = "etc.";
-Dan Veditz
- Application suite install Eric Plaster
- Re: Application suite install Myk Melez
- Re: Application suite install Eric Plaster
- Re: Application suite install Myk Melez
- Re: Application suite install Eric Plaster
- Re: Application suite install Daniel Veditz
- Re: Application suite install Daniel Veditz
- Re: Application suite install Eric Plaster
- Re: Application suite install Daniel Veditz
- Re: Application suite install Eric Plaster
