rename cancelnochange into savenochange

This commit is contained in:
vitalets
2012-12-06 21:19:33 +04:00
parent 19a6dabbae
commit 48a665c7f2
4 changed files with 11 additions and 11 deletions

@ -390,10 +390,10 @@
});
asyncTest("cancelnochange: true", function () {
asyncTest("savenochange: false", function () {
var v = 'abc',
e = $('<a href="#" data-type="text" data-pk="1" data-url="post-no.php" data-name="text1">'+v+'</a>').appendTo(fx).editable({
cancelnochange: true
savenochange: false
}),
req = 0;
@ -418,10 +418,10 @@
}, timeout);
});
asyncTest("cancelnochange: false", function () {
asyncTest("savenochange: true", function () {
var v = 'abc',
e = $('<a href="#" data-type="text" data-pk="1" data-url="post-yes.php" data-name="text1">'+v+'</a>').appendTo(fx).editable({
cancelnochange: false
savenochange: true
}),
req = 0;