From a06e15dd368ea2b24b911c7f77892a2b19a58f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Mon, 17 Feb 2014 20:56:46 +0100 Subject: Remove semicolons from JS tests --- js/tests/unit/tab.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'js/tests/unit/tab.js') diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js index 60e46364dc..08f6e3cfdf 100644 --- a/js/tests/unit/tab.js +++ b/js/tests/unit/tab.js @@ -49,15 +49,15 @@ $(function () { test('should not fire closed when close is prevented', function () { $.support.transition = false - stop(); + stop() $('
') .on('show.bs.tab', function (e) { - e.preventDefault(); - ok(true); - start(); + e.preventDefault() + ok(true) + start() }) .on('shown.bs.tab', function () { - ok(false); + ok(false) }) .tab('show') }) -- cgit v1.2.3