Merge pull request #4842 from acardinale/master

Added new core component for topic with tid
v1.18.x
Barış Soner Uşaklı 9 years ago committed by GitHub
commit b0c55c86ed

@ -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;
});
});

Loading…
Cancel
Save