BackboneJS无法从UnderscoreJS调用函数

时间:2014-01-24 10:16:37

标签: backbone.js underscore.js backbone-model

我正在我的项目中安装BackboneJS - 它从HTML页面引用和加载时加载正常。但是,当从我的main.js调用主干API时,它会显示错误。错误说它无法访问Underscore.js中的API调用,即使调用并加载了UnderscoreJS。这是Chrome中显示的错误。

enter image description here

2 个答案:

答案 0 :(得分:2)

Underscore 1.3.3中添加了result功能,Backbone需要at least version 1.5.0。您确定符合这些要求吗?

答案 1 :(得分:1)

我更改用于获取缩小的下划线文件的CSS并且它有效。

这是我之前看到的过时的一个:

cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js

这是正确的:

https://rawgithub.com/jashkenas/underscore/master/underscore-min.js