Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/app/collections/participations.js')
-rw-r--r--app/assets/javascripts/app/collections/participations.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/javascripts/app/collections/participations.js b/app/assets/javascripts/app/collections/participations.js
deleted file mode 100644
index bc861d784..000000000
--- a/app/assets/javascripts/app/collections/participations.js
+++ /dev/null
@@ -1,7 +0,0 @@
-app.collections.Participations = Backbone.Collection.extend({
- model: app.models.Participation,
-
- initialize : function(models, options) {
- this.url = "/posts/" + options.post.id + "/participations" //not delegating to post.url() because when it is in a stream collection it delegates to that url
- }
-});