mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Random failing plugin tests
This commit is contained in:
@@ -368,6 +368,10 @@ function decorate(klass, evt, cb) {
|
||||
klass.reopen(mixin);
|
||||
}
|
||||
|
||||
export function resetPluginApi() {
|
||||
_pluginv01 = null;
|
||||
}
|
||||
|
||||
export function decorateCooked() {
|
||||
console.warn('`decorateCooked` has been removed. Use `getPluginApi(version).decorateCooked` instead');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user