code refactor
This commit is contained in:
@@ -15,7 +15,7 @@ export interface ClipboardEvent {
|
||||
export class ClipboardTextHolder {
|
||||
private text: string;
|
||||
|
||||
constructor(text: string) {
|
||||
public constructor(text: string) {
|
||||
this.text = text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user