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 {
8585 this . name = name ;
8686 this . DOM = document . getElementById ( name ) ;
8787 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!' ) ;
8989 return ;
9090 }
9191 this . make ( selected , select ) ;
@@ -222,7 +222,7 @@ class ComponentCascadeDot {
222222 this . name = name ;
223223 this . DOM = document . getElementById ( name ) ;
224224 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!' ) ;
226226 return ;
227227 }
228228 this . selected_data = selected ;
You can’t perform that action at this time.
0 commit comments