File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 217
217
/**
218
218
* Transform array list to concatenated string and remove empty values
219
219
* @param {array } arr - Class list
220
- * @return {string } - Concatenated string
220
+ * @return {string } Concatenated string
221
221
*/
222
222
arrayToClassname : function ( arr ) {
223
223
var newArr = $ . grep ( arr , function ( item ) {
483
483
* @param {integer } index - Current item index
484
484
* @param {node } $elm - Current element node
485
485
* @param {boolean } isDisabled - Current element disabled state
486
- * @return {object } - Item object
486
+ * @return {object } Item object
487
487
*/
488
488
getItemData : function ( index , $elm , isDisabled ) {
489
489
var _this = this ;
542
542
/**
543
543
* Generate every option markup
544
544
*
545
- * @param {number } index - Index of current item
545
+ * @param {number } index - Index of current item
546
546
* @param {object } itemData - Current item
547
- * @return {string } HTML for the option
547
+ * @return {string } HTML for the option
548
548
*/
549
549
getItemMarkup : function ( index , itemData ) {
550
550
var _this = this ;
974
974
/**
975
975
* Select option
976
976
*
977
- * @param {number } index - Index of the option that will be selected
977
+ * @param {number } index - Index of the option that will be selected
978
978
*/
979
979
select : function ( index ) {
980
980
var _this = this ;
Original file line number Diff line number Diff line change 200
200
/**
201
201
* Transform array list to concatenated string and remove empty values
202
202
* @param {array } arr - Class list
203
- * @return {string } - Concatenated string
203
+ * @return {string } Concatenated string
204
204
*/
205
205
arrayToClassname : function ( arr ) {
206
206
var newArr = $ . grep ( arr , function ( item ) {
466
466
* @param {integer } index - Current item index
467
467
* @param {node } $elm - Current element node
468
468
* @param {boolean } isDisabled - Current element disabled state
469
- * @return {object } - Item object
469
+ * @return {object } Item object
470
470
*/
471
471
getItemData : function ( index , $elm , isDisabled ) {
472
472
var _this = this ;
525
525
/**
526
526
* Generate every option markup
527
527
*
528
- * @param {number } index - Index of current item
528
+ * @param {number } index - Index of current item
529
529
* @param {object } itemData - Current item
530
- * @return {string } HTML for the option
530
+ * @return {string } HTML for the option
531
531
*/
532
532
getItemMarkup : function ( index , itemData ) {
533
533
var _this = this ;
957
957
/**
958
958
* Select option
959
959
*
960
- * @param {number } index - Index of the option that will be selected
960
+ * @param {number } index - Index of the option that will be selected
961
961
*/
962
962
select : function ( index ) {
963
963
var _this = this ;
You can’t perform that action at this time.
0 commit comments