2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Minor indentation fixes.

This commit is contained in:
XhmikosR
2018-09-25 09:13:51 +03:00
parent b8a6855a69
commit 5cce25d515
4 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -1521,7 +1521,7 @@ $(function () {
$.each(tests, function (idx, triggers) {
for (var i = 0, len = triggers.length; i < len; i++) {
$el.trigger(triggers[i]);
$el.trigger(triggers[i])
assert.equal(i < (len - 1), showingTooltip())
}
})