remove name option from abstractinput

This commit is contained in:
vitalets 2013-01-18 14:02:36 +04:00
parent 163acdd7bc
commit eade696ce7

@ -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});