fixed compiling error in PersonalPins

This commit is contained in:
Mirco Wittrien 2019-01-02 23:59:30 +01:00
parent ca5833685c
commit 4eeb426f51
1 changed files with 2 additions and 5 deletions

View File

@ -1,8 +1,5 @@
//META{"name":"PersonalPins"}*//
class PersonalPins {
initConstructor () {//META{"name":"PersonalPins"}*//
class PersonalPins {
initConstructor () {
this.labels = {};
@ -10,7 +7,7 @@ class PersonalPins {
this.patchModules = {
"HeaderBar":["componentDidMount","componentDidUpdate"],
"Message":"componentDidMount",
"MessageOptionPopout":"componentDidMount"
"MessageOptionPopout":"componentDidMount"
};
this.notesButton =
@ -155,7 +152,7 @@ class PersonalPins {
getDescription () {return "Similar to normal pins. Lets you save messages as notes for yourself.";}
getVersion () {return "1.6.9";}
getVersion () {return "1.7.0";}
getAuthor () {return "DevilBro";}