在路由器上使用 map() 方法时出现未捕获的错误。有任何想法吗 ??
App.Router.map(function(match) {
match('/').to('index');
match('/models').to('models');
});
错误:: Ember JS :: Uncaught TypeError: Object App.Router has no method 'map'
灰烬版本: http ://cloud.github.com/downloads/emberjs/ember.js/ember-latest.js