diff --git a/jquery.jeditable.js b/jquery.jeditable.js
index 1d066d4..6251ad1 100644
--- a/jquery.jeditable.js
+++ b/jquery.jeditable.js
@@ -451,7 +451,7 @@
},
text: {
element : function(settings, original) {
- var input = $('');
+ var input = $('');
if (settings.width != 'none') { input.attr('width', settings.width); }
if (settings.height != 'none') { input.attr('height', settings.height); }
/* https://bugzilla.mozilla.org/show_bug.cgi?id=236791 */