-
18 Jan 2013 9:05 PM #1
4.1.4 nightly builds IE6+ Ext not defined
4.1.4 nightly builds IE6+ Ext not defined
REQUIRED INFORMATIONExt version tested:
- Ext 4.1.4 nightly builds
- IE6+
- On page load "Ext not defined" - error cause of extra comma in Ext.chart.series.Radar.js
- Functional pages
- Ext not defined
Debugging already done:- yes
- remove extra comma from 'Ext.chart.series.Radar'
Code:getAxesForXAndYFields: function() { var me = this, chart = me.chart, axes = chart.axes, axis = [].concat(axes && axes.get(0)); return { yAxis: axis, // this is the reason of errors on loading ext-all(-debug).js }; }
Operating System:- all
-
20 Jan 2013 8:18 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-8269
in
4.1.4.



Reply With Quote