From 29414ac0dcb494e51555772d98b6a593613e78cd Mon Sep 17 00:00:00 2001 From: vitalets <noginsk@rambler.ru> Date: Tue, 1 Oct 2013 23:10:31 +0400 Subject: [PATCH] comments --- src/inputs-ext/typeaheadjs/typeaheadjs.js | 2 +- src/inputs/abstract.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/inputs-ext/typeaheadjs/typeaheadjs.js b/src/inputs-ext/typeaheadjs/typeaheadjs.js index e17a8c8..db2256a 100644 --- a/src/inputs-ext/typeaheadjs/typeaheadjs.js +++ b/src/inputs-ext/typeaheadjs/typeaheadjs.js @@ -1,5 +1,5 @@ /** -Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js) +Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js). It is mainly replacement of typeahead in Bootstrap 3. diff --git a/src/inputs/abstract.js b/src/inputs/abstract.js index 8740919..f85e910 100644 --- a/src/inputs/abstract.js +++ b/src/inputs/abstract.js @@ -196,9 +196,9 @@ To create your own input you can inherit from this class. inputclass: null, /** - If `true` - html will be escaped in content of element via $.text() method. - If `false` - html will not be escaped, $.html() used. - When you use own `display` function, this option has no influence. + If `true` - html will be escaped in content of element via $.text() method. + If `false` - html will not be escaped, $.html() used. + When you use own `display` function, this option obviosly has no effect. @property escape @type boolean