summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/@theme
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 21:43:37 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-11-29 22:38:14 +0100
commit0f2773364006751bb5a59cf53caea3b62146cc8d (patch)
treee7e0c1858ddbb861a6a82a9f3a996ab6af3cb5ef /webapp/src/app/@theme
parentfce0932dba3ca1b2c436400774821ef14fe32fe5 (diff)
Fixed webapp build in production mode
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/src/app/@theme')
-rw-r--r--webapp/src/app/@theme/components/tiny-mce/tiny-mce.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/src/app/@theme/components/tiny-mce/tiny-mce.component.ts b/webapp/src/app/@theme/components/tiny-mce/tiny-mce.component.ts
index c54685b..5b391ae 100644
--- a/webapp/src/app/@theme/components/tiny-mce/tiny-mce.component.ts
+++ b/webapp/src/app/@theme/components/tiny-mce/tiny-mce.component.ts
@@ -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);
}
}
+*/