Fixed webapp build in production mode
[src/xds/xds-agent.git] / webapp / src / app / @theme / components / tiny-mce / tiny-mce.component.ts
index c54685b..5b391ae 100644 (file)
@@ -1,3 +1,4 @@
+/* MODS_XDS: not used for now
 import { Component, OnDestroy, AfterViewInit, Output, EventEmitter, ElementRef } from '@angular/core';
 
 @Component({
@@ -31,3 +32,4 @@ export class TinyMCEComponent implements OnDestroy, AfterViewInit {
     tinymce.remove(this.editor);
   }
 }
+*/