Ember JS :: Uncaught TypeError:Object App.Router没有方法'map'

时间:2013-01-05 12:18:37

标签: ember.js

在路由器上使用map()方法时,我收到了未被捕获的错误。任何想法??

App.Router.map(function(match) {
        match('/').to('index');
        match('/models').to('models');
    });

错误:: Ember JS :: Uncaught TypeError:Object App.Router没有方法'map'

Ember版本: http://cloud.github.com/downloads/emberjs/ember.js/ember-latest.js

1 个答案:

答案 0 :(得分:2)

在官方github上找到更新有点棘手。你可以在这里获得它的副本:

https://github.com/sh4n3d4v15/ember-todos/blob/master/app/scripts/vendor/ember.js