-
16 Apr 2009 5:40 PM #1
[FIXED][3.0rc1] global var stuff and typos
[FIXED][3.0rc1] global var stuff and typos
maybe some are fixed
maybe some not
those are of the downloadable 3.0 RC1 version
line 3938 all-debug
should beCode:hash = {t:"top", l:"left", r:"right", b: "bottom"};
Code:hash = {t:"top", l:"left", r:"right", b: "bottom"},
line 4376 all-debug
should beCode:if (v = hash[direction]) {
for sure something else (v isn't set and get's global)
line 5776 all-debug
line 5916 core-debug
should be (as i think)Code:responseXML = doc.XMLDocument || doc;
Code:r.responseXML = doc.XMLDocument || doc;
line 6506 all-debug
should beCode:"return v;",
Code:"return v;"
line 37444 all-debug
should beCode:ev = Ext.EventObject.setEvent(e);
hope it helps, kind regardsCode:var ev = Ext.EventObject.setEvent(e);
-
17 Apr 2009 2:54 PM #2
Much appreciated, fixed in SVN.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote