name is not requred anymore fixes

This commit is contained in:
vitalets
2012-11-26 16:21:55 +04:00
parent bd64464a5d
commit 612ecc5e55
10 changed files with 29 additions and 32 deletions

@ -4,9 +4,6 @@ $(function () {
setup: function(){
sfx = $('#qunit-fixture'),
fx = $('#async-fixture');
$.fn.editable.defaults.name = 'name2';
//clear cache
$(document).removeData('groups.php-'+$.fn.editable.defaults.name);
$.support.transition = false;
}
});
@ -58,7 +55,7 @@ $(function () {
}, timeout);
});
asyncTest("test limit", function () {
asyncTest("limit option", function () {
var e = $('<a href="#" data-type="checklist" data-value="2,3" data-url="post.php"></a>').appendTo(fx).editable({
pk: 1,
source: groupsArr,