Added popups
This commit is contained in:
7
js/popup.js
Normal file
7
js/popup.js
Normal file
@@ -0,0 +1,7 @@
|
||||
class Popup {
|
||||
constructor(start, end, text) {
|
||||
this.start = start;
|
||||
this.end = end;
|
||||
this.text = text;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user