diff --git a/src/inputs/abstract.js b/src/inputs/abstract.js index e07189f..54245bf 100644 --- a/src/inputs/abstract.js +++ b/src/inputs/abstract.js @@ -186,15 +186,7 @@ To create your own input you can inherit from this class. @type string @default input-medium **/ - inputclass: 'input-medium', - /** - Name attribute of input - - @property name - @type string - @default null - **/ - name: null + inputclass: 'input-medium' }; $.extend($.fn.editabletypes, {abstractinput: AbstractInput});