git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 10:12:07 +0000 (10:12 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 2 May 2022 10:12:07 +0000 (10:12 +0000)
server/user.mediacube.gui/js/tagify.js

index 6c0f9def4e8a6cce14ebb076b8d8781a1c99bb80..40d7f49ae5e104bb54adc1b97911ad95b50fd2ea 100644 (file)
   function Tagify(input, settings) {
     if (!input) {
       console.warn('Tagify:', 'input element not found', input); // return an empty mock of all methods, so the code using tagify will not break
-      // because it might be calling methods even though the input element does not exists
+      // because it might be calling methods even though the input element does not exist
 
       const mockInstance = new Proxy(this, {
         get() {