spaces
This commit is contained in:
@ -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');
|
||||||
|
Reference in New Issue
Block a user