Bugfix of old IEs

This commit is contained in:
Tobias Hößl 2012-03-16 17:47:40 +00:00
parent 27054964fe
commit 90bb32ab73
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if(plaintext != 'none') {
textarea.attr('tabindex', null); textarea.attr('tabindex', null);
} }
}); });
}, }
}); });
} }