feat: migrate to @cordova/eslint-config@3.x (#629)

This commit is contained in:
エリス
2020-07-14 19:15:29 +09:00
committed by GitHub
parent 358522c0b5
commit 973bbbbac7
6 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ var CameraPopoverHandle = function () {
* @param {module:CameraPopoverOptions} popoverOptions
*/
this.setPosition = function (popoverOptions) {
var args = [ popoverOptions ];
var args = [popoverOptions];
exec(null, null, 'Camera', 'repositionPopover', args);
};
};