fix 1.4.4 version

This commit is contained in:
vitalets
2013-05-04 16:14:08 +04:00
parent d6191b5cad
commit 73fc951bce
3 changed files with 4 additions and 3 deletions

@ -216,6 +216,7 @@ $(function () {
asyncTest("clear button (showbuttons: false)", function () {
var d = '15.05.1984 16:40',
e = $('<a href="#" data-type="datetime" data-pk="1" data-url="post-datetime-clear1.php">'+d+'</a>').appendTo(fx).editable({
showbuttons: false,
format: f,
clear: 'abc'
});