Minor indentation fixes.
This commit is contained in:
parent
b8a6855a69
commit
5cce25d515
4 changed files with 60 additions and 60 deletions
|
|
@ -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())
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue