diff --git a/standalone.js b/standalone.js index 95fd84f..895f03a 100644 --- a/standalone.js +++ b/standalone.js @@ -26,7 +26,7 @@ Ext.application({ }] }); - var store = new Ext.create('Ext.data.Store', { + var store = Ext.create('Ext.data.Store', { model : 'HighChartData', proxy : { type : 'ajax',