You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using one of the below statements, it is being listed under VAR_INVALID_NAME however this is not the case because both Query and PDF are components.
var objQuery= new Query(); var objPdf= new Pdf();
Should the VAR_INVALID_NAME plugin check if the "variable" is after the new command?
The text was updated successfully, but these errors were encountered:
When using one of the below statements, it is being listed under VAR_INVALID_NAME however this is not the case because both Query and PDF are components.
var objQuery= new Query();
var objPdf= new Pdf();
Should the VAR_INVALID_NAME plugin check if the "variable" is after the new command?
The text was updated successfully, but these errors were encountered: