comments for docs

This commit is contained in:
vitalets
2012-12-10 21:01:20 +04:00
parent e13a63e391
commit 1b6d5f8ab6
2 changed files with 18 additions and 10 deletions

@ -3,7 +3,7 @@ AbstractInput - base class for all editable inputs.
It defines interface to be implemented by any input type.
To create your own input you can inherit from this class.
@class AbstractInput
@class abstractinput
**/
(function ($) {