mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
eslint errors
This commit is contained in:
parent
cbee8580d0
commit
3ba00f91bb
2
bin/templates/cordova/Api.js
vendored
2
bin/templates/cordova/Api.js
vendored
@ -384,7 +384,7 @@ Api.prototype.clean = function (cleanOptions) {
|
|||||||
if (this.android_studio) {
|
if (this.android_studio) {
|
||||||
// This will lint, checking for null won't
|
// This will lint, checking for null won't
|
||||||
if (typeof cleanOptions === 'undefined') {
|
if (typeof cleanOptions === 'undefined') {
|
||||||
cleanOptions = {};
|
cleanOptions = {};
|
||||||
}
|
}
|
||||||
cleanOptions.studio = true;
|
cleanOptions.studio = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user