Uncaught TypeError: Object # has no method 'addEvents'

今天犯了个低级错误,构造对象时居然忘记new了,瑾记啊


  1. Uncaught TypeError: Object #<Object> has no method 'addEvents'
    1. Ext.data.Store.Ext.extend.constructor ext-all.js:7
    2. (anonymous function) test.js:16
    3. h.Event.name ext-all.js:7
    4. b

你可能感兴趣的:(Uncaught TypeError: Object # has no method 'addEvents')