set autotext = always if display is function

This commit is contained in:
vitalets
2013-06-13 10:36:41 +04:00
parent 655aeebdc2
commit 79c06725ba
4 changed files with 25 additions and 8 deletions

View File

@@ -615,7 +615,7 @@ $(function () {
asyncTest("'display' callback", function () {
var req = 0,
e = $('<a href="#" data-type="select" data-value="2" data-url="post.php"></a>').appendTo(fx).editable({
e = $('<a href="#" data-type="select" data-value="2" data-url="post.php">123</a>').appendTo(fx).editable({
pk: 1,
source: groups,
ajaxOptions: {