review and lint

This commit is contained in:
David Benqué
2019-11-22 16:03:17 +00:00
parent 1703186ebf
commit 754fa9dab2
8 changed files with 51 additions and 53 deletions

View File

@@ -194,7 +194,7 @@ define([
if (tab.icon) {
var icon = h('i', {class: tab.icon});
$(title).prepend(' ').prepend(icon);
};
}
$(title).click(function () {
titles.forEach(function (t) { $(t).removeClass('alertify-tabs-active'); });
contents.forEach(function (c) { $(c).removeClass('alertify-tabs-content-active'); });