|
|
|
@ -10,6 +10,9 @@ define('components', function() {
|
|
|
|
|
return $('[component="topic/teaser"]');
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
'topic': function(name, value) {
|
|
|
|
|
return $('[component="topic"][data-' + name + '="' + value + '"]');
|
|
|
|
|
},
|
|
|
|
|
'post': function(name, value) {
|
|
|
|
|
return $('[component="post"][data-' + name + '="' + value + '"]');
|
|
|
|
|
},
|
|
|
|
@ -63,4 +66,4 @@ define('components', function() {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
return components;
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|