On Thu, Nov 17, 2011 at 3:08 PM, Roozbeh Pournader <rooz...@google.com> wrote:
> That would make something like this the minimum code needed to use the module:
>
> var g11n;
> Object.system.load("@g11n", function (g11n_module) {
>   g11n = g11n_module;
> });

I guess I was wrong about the minimum code. The minimum code is
something like this:

Object.system.load("@g11n", function (g11n) {
  // put all the code that uses g11n in here
});

I actually like this. I think I should just take back my comment...

Roozbeh
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to