在ember js中编写适配器时出错

时间:2015-12-03 05:58:11

标签: javascript html5 ember.js

import DS from 'ember-data';

export default DS.RESTAdapter.extend({
 namespace :'http://localhost:8078/advanceSpring/service/getReverse.action',
        suffix: '.action',

      pathForType: function(type) {
        return this._super(type) + this.get('suffix');
      }

});

//执行代码时出错。 “错误是意外的令牌”

0 个答案:

没有答案