One problem with "use strict"--apparently "this" won't be treated as the
global object (as we depend on it to do for non-namespaced users), so we
really can't afford to use it. But I think JSHint should take care of
our needs. Pity we can't take advantage of the browser optimization of
"use strict" though.
Thanks,
Brett