Make eslint happy.

This commit is contained in:
Guo Xiang Tan
2016-07-04 10:54:51 +08:00
parent d61df21d69
commit 4657d22eb0
2 changed files with 1 additions and 5 deletions

View File

@ -358,7 +358,7 @@ export function withPluginApi(version, apiCodeCallback, opts) {
const api = getPluginApi(version);
if (api) {
return apiCodeCallback(api);
return apiCodeCallback(api, opts);
}
}