FIX: Random failing plugin tests

This commit is contained in:
Robin Ward
2016-11-22 15:36:18 -05:00
parent b07a2baedc
commit 9afa55a3fd
3 changed files with 6 additions and 4 deletions

View File

@@ -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');
}