Samuel Elliott 2018-04-01 23:02:02 +01:00
parent d98f152009
commit a3038c46fd
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 2 additions and 2 deletions

View File

@ -470,8 +470,8 @@ export default class PluginApi {
get: () => this.patches
});
}
monkeyPatch(module) {
return MonkeyPatch(this.plugin.id, module);
get monkeyPatch() {
return m => MonkeyPatch(this.plugin.id, m);
}
}