From 72498a2c0989ed68539f956eda1c07e179a46c29 Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Mon, 10 Dec 2012 22:06:07 +0400 Subject: [PATCH] spaces --- test/unit/api.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/unit/api.js b/test/unit/api.js index e4c3f69..8f7f8bb 100644 --- a/test/unit/api.js +++ b/test/unit/api.js @@ -159,9 +159,8 @@ $(function () { e.remove(); start(); }, timeout); - }); - - + }); + test("show/hide/toggle methods", function () { var e = $('<a href="#" data-pk="1" data-url="post.php" data-name="text1">abc</a>').appendTo('#qunit-fixture').editable(); e.editable('show');