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: [PATCH] Remove semicolons from JS tests --- js/tests/unit/alert.js | 10 +++---- js/tests/unit/carousel.js | 62 +++++++++++++++++++-------------------- js/tests/unit/collapse.js | 8 ++--- js/tests/unit/tab.js | 10 +++---- 4 files changed, 45 insertions(+), 45 deletions(-) diff --git a/js/tests/unit/alert.js b/js/tests/unit/alert.js index 755d9d1e55..1de46e06fd 100644 --- a/js/tests/unit/alert.js +++ b/js/tests/unit/alert.js @@ -46,15 +46,15 @@ $(function () { test('should not fire closed when close is prevented', function () { $.support.transition = false - stop(); + stop() $('
') .on('close.bs.alert', function (e) { - e.preventDefault(); - ok(true); - start(); + e.preventDefault() + ok(true) + start() }) .on('closed.bs.alert', function () { - ok(false); + ok(false) }) .alert('close') }) diff --git a/js/tests/unit/carousel.js b/js/tests/unit/carousel.js index 6851e17a5e..6f69855c77 100644 --- a/js/tests/unit/carousel.js +++ b/js/tests/unit/carousel.js @@ -21,12 +21,12 @@ $(function () { stop() $('