Lines Matching defs:GLOBAL_ENV
4 GLOBAL_ENV = YUI.Env,
11 if (docElement.doScroll && !GLOBAL_ENV._ieready) {
12 GLOBAL_ENV._ieready = function() {
13 GLOBAL_ENV._ready();
23 GLOBAL_ENV.remove(doc, EVENT_NAME, stateChangeListener);
24 GLOBAL_ENV.ieready();
27 GLOBAL_ENV.add(doc, EVENT_NAME, stateChangeListener);
29 GLOBAL_ENV._dri = setInterval(function() {
32 clearInterval(GLOBAL_ENV._dri);
33 GLOBAL_ENV._dri = null;
34 GLOBAL_ENV._ieready();