This commit is contained in:
vitalets
2012-12-10 22:06:07 +04:00
parent 579fa31c70
commit 72498a2c09

@ -159,9 +159,8 @@ $(function () {
e.remove(); e.remove();
start(); start();
}, timeout); }, timeout);
}); });
test("show/hide/toggle methods", function () { 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(); var e = $('<a href="#" data-pk="1" data-url="post.php" data-name="text1">abc</a>').appendTo('#qunit-fixture').editable();
e.editable('show'); e.editable('show');