我正在 Sencha Touch 应用程序中试用 DeftJS 框架。
但是当它超过以下几行时,我在实施最新版本(0.6.5)时遇到了麻烦:
classDefinition = Ext.ClassManager.get(this.getClassName());
在哪里
this.getClassName() outputs "TimeSheetApp.store.TotalActualStore"
所以下面一行
if (classDefinition.singleton)
抛出此异常:
Uncaught TypeError: Cannot read property 'singleton' of null
知道我在这里做错了什么吗?