comments for docs

This commit is contained in:
vitalets
2012-11-29 15:12:52 +04:00
parent a7c71001f6
commit c9c8f5894a
2 changed files with 4 additions and 3 deletions

@ -123,7 +123,7 @@ To create your own input you should inherit from this class.
},
/**
method to escape html
method to escape html.
**/
escape: function(str) {
return $('<div>').text(str).html();