From 3ba00f91bbf2a3b422ba20b3ce42aca2b932cee2 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 19 Oct 2017 13:37:43 -0700 Subject: [PATCH] eslint errors --- bin/templates/cordova/Api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/cordova/Api.js b/bin/templates/cordova/Api.js index be7a615a..e97f5380 100644 --- a/bin/templates/cordova/Api.js +++ b/bin/templates/cordova/Api.js @@ -382,9 +382,9 @@ Api.prototype.run = function (runOptions) { Api.prototype.clean = function (cleanOptions) { var self = this; if (this.android_studio) { - // This will lint, checking for null won't + // This will lint, checking for null won't if (typeof cleanOptions === 'undefined') { - cleanOptions = {}; + cleanOptions = {}; } cleanOptions.studio = true; }