我正在使用 require.js 作为早午餐项目的一部分。此代码引发错误:
;require.config({ // require.config is not a function
paths: {
jquery: "lib/jquery",
underscore: "lib/underscore",
backbone: "lib/backbone",
localstorage: "lib/backbone.localStorage"
}
});
这是否意味着 requirejs 没有正确包含在项目中?