4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
var BackboneStream = Backbone.Collection.extend({
|
|
url: "stream.json",
|
|
model: Post
|
|
});
|