fix indents

v1.18.x
Barış Soner Uşaklı 8 years ago
parent 39723074c0
commit aa32e7b359

@ -10,9 +10,9 @@ define('topicSelect', ['components'], function (components) {
TopicSelect.init = function (onSelect) {
topicsContainer = $('[component="category"]');
topicsContainer.on('selectstart', '[component="topic/select"]', function (ev) {
ev.preventDefault();
});
topicsContainer.on('selectstart', '[component="topic/select"]', function (ev) {
ev.preventDefault();
});
topicsContainer.on('click', '[component="topic/select"]', function (ev) {
var select = $(this);

Loading…
Cancel
Save