Merge pull request #3537 from thornbill/update-library-comments

Update libraries comments that reference Vue migration
This commit is contained in:
Bill Thornton 2022-03-31 16:03:02 -04:00 committed by GitHub
commit a07ae218d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
/* Cleaning this file properly is not neecessary, since it's an outdated library
* and will be replaced soon by a Vue component.
/**
* NOTE: This file should not be modified.
* It is a legacy library that should be replaced at some point.
*/
/* eslint-disable no-var */

View File

@ -1,5 +1,6 @@
/* Cleaning this file properly is not neecessary, since it's an outdated library
* and will be replaced soon by a Vue component.
/**
* NOTE: This file should not be modified.
* It is a legacy library that should be replaced at some point.
*/
import browser from '../scripts/browser';