是否可能增加收集,作为基干.不同收集的模式?
我有这样的情况:
var Stroke = Backbone.Collection.extend({
model: Point
});
var StrokeCollection = Backbone.Collection.extend({
model: Stroke
});
当我试图补充我的中风收集工作时:
this.strokeCollection.add(new Stroke);
我有以下错误:
TypeError: Object false has no method bind