remove streams-aspects

This commit is contained in:
Fabián Rodríguez 2012-12-26 15:46:00 -02:00
parent f978a75b8c
commit 3f314cc7bb

View file

@ -1,7 +0,0 @@
Diaspora.Pages.StreamsAspects = function() {
var self = this;
this.subscribe("page/ready", function(evt, document) {
self.aspectNavigation = self.instantiate("AspectNavigation", document.find("ul#aspect_nav"));
});
};