To access Ubiquity, you can use
context.chromeWindow.gUbiquity;

and you can wrap that in a new CmdUtils function:
CmdUtils.getUbiquity = function getUbiquity() {
 return context.chromeWindow.gUbiquity;
};

It's not impossible that soon or later, such a function land in the
official API, since more and more command are using it.
If this is the case you function will be overwritten and you'll be
ready to use the official way of accessing Ubiquity.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" 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 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to