Sencha Touch に関するMiami Coder のチュートリアルに従っています。
次のエラーが表示されます。
TypeError: ‘undefined’ is not a function (evaluating ‘this.getRandomInt(0, 100)’) Notes.js:20
これは、コントローラーの次の行を指します。
var noteId = (now.getTime()).toString() + (this.getRandomInt(0, 100)).toString();
連結の 2 番目の部分を削除しようとしましたが、後で処理することにしましたが、新しいエラーが表示されました。
TypeError: 'undefined' is not a function (evaluating 'animation.setLayout(layout)')
これは以下を指します:Container.js:1233
何かご意見は?