name is not requred anymore fixes #9

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

View File

@@ -5,8 +5,8 @@ $(function () {
module("textarea", {
setup: function(){
fx = $('#async-fixture'),
$.fn.editable.defaults.name = 'name1';
fx = $('#async-fixture');
$.support.transition = false;
}
});