File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ class ComponentDot {
85
85
this . name = name ;
86
86
this . DOM = document . getElementById ( name ) ;
87
87
if ( ! Array . isArray ( selected ) || ! Array . isArray ( select ) ) {
88
- console . error ( 'Dot param selected is not array!' ) ;
88
+ console . error ( 'Dot param selected and select must be array!' ) ;
89
89
return ;
90
90
}
91
91
this . make ( selected , select ) ;
@@ -222,7 +222,7 @@ class ComponentCascadeDot {
222
222
this . name = name ;
223
223
this . DOM = document . getElementById ( name ) ;
224
224
if ( ! Array . isArray ( selected ) || ! Array . isArray ( select ) ) {
225
- console . error ( 'CascadeDot param selected is not array!' ) ;
225
+ console . error ( 'CascadeDot param selected and select must be array!' ) ;
226
226
return ;
227
227
}
228
228
this . selected_data = selected ;
You can’t perform that action at this time.
0 commit comments