Sencha Touch の JavaScript コードのこの部分に問題があり、解決方法がわかりません。
new Ext.application({
name: 'TouchStart',
launch: function() {
this.viewport = new Ext.Panel({
fullscreen: true,
bodyPadding: 5,
dockedItems: [ {
dock : 'top',
xtype: 'toolbar',
title: 'Touch Start'
}, {
dock : 'top',
xtype: 'toolbar',
items: [{
text: 'Hello Button'
}]
}],
html: 'Hello Panel'
});
}
});
コンソールには次が表示されます。
This.viewport = new Ext.Panel({
> Uncaught TypeError: undefined is not a function