Benjamin Ansbach
13 Sep 2010, 2:39 PM
ext-touch-debug.js line 14823:
change:
if (!afterRenderEvent.hasOwnProperty(property)) {
continue;
}
to
if (!afterRenderEvents.hasOwnProperty(property)) {
continue;
}
or did I do sth wrong? Im not inside the core code, just stumbled upon this while upgrading a 0.92 test-code
change:
if (!afterRenderEvent.hasOwnProperty(property)) {
continue;
}
to
if (!afterRenderEvents.hasOwnProperty(property)) {
continue;
}
or did I do sth wrong? Im not inside the core code, just stumbled upon this while upgrading a 0.92 test-code