Skip to content

Commit

Permalink
Fixed Ext.create usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKuan committed Nov 17, 2012
1 parent 3cda5ff commit 7be2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7be2789

Please sign in to comment.