parsování xml a výpis xml
This commit is contained in:
8
js/comments.js
Normal file
8
js/comments.js
Normal file
@@ -0,0 +1,8 @@
|
||||
class Comment {
|
||||
constructor(start, end, text, fulltext) {
|
||||
this.start = start;
|
||||
this.end = end;
|
||||
this.text = text;
|
||||
this.fulltext = fulltext;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user