From 90ceca44aed7a1d1042effe5bf1ac16217360b90 Mon Sep 17 00:00:00 2001 From: VincentRoth Date: Thu, 30 Jun 2016 10:01:29 +0200 Subject: [PATCH] Rename bounds to position --- www/plugins.FileOpener2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/plugins.FileOpener2.js b/www/plugins.FileOpener2.js index 25047b5..2ff0d77 100644 --- a/www/plugins.FileOpener2.js +++ b/www/plugins.FileOpener2.js @@ -28,7 +28,7 @@ function FileOpener2() {} FileOpener2.prototype.open = function (fileName, contentType, options) { options = options || {}; - exec(options.success || null, options.error || null, 'FileOpener2', 'open', [fileName, contentType, options.bounds]); + exec(options.success || null, options.error || null, 'FileOpener2', 'open', [fileName, contentType, options.position]); }; FileOpener2.prototype.uninstall = function (packageId, options) {