Currently using Mojo late 2009 build with Dojo 1.0.
p
This is the dojo build profile I'm using
// TODO: Find a way to build without dojo._base.fx
dependencies = {
layers: [
{
name: "dojo.js",
dependencies: [
"dojo._base",
"dojo.string"
]
}
]
};
Steve…
I guess the major one for mojo is the cross-browser support.
p
And more on query...ok i'm convinced.
dojo.query:
querySelectorAll
implementation (if available). This change will likely reduce the
runtime performance of dojo.query slightly on FireFox 3.0, but
subsequent FF versions will see a huge speed boost, as will other
browsers which implement QSA, including IE8 in standards mode,
Safari+Chrome, and modern Opera versions.query.js can now be used standalone for easy integration into other toolkits