You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by kn...@apache.org on 2019/03/07 05:21:38 UTC

[cordova-plugin-file] branch travis_tests updated: Undo requestFileSsytem

This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/travis_tests by this push:
     new e7a5c2d  Undo requestFileSsytem
e7a5c2d is described below

commit e7a5c2d3483be2d9a491ddc1196b7b7feb032805
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 14:21:21 2019 +0900

    Undo requestFileSsytem
---
 www/requestFileSystem.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/requestFileSystem.js b/www/requestFileSystem.js
index 8977af3..d9110cd 100644
--- a/www/requestFileSystem.js
+++ b/www/requestFileSystem.js
@@ -22,7 +22,7 @@
 (function () {
     // For browser platform: not all browsers use this file.
     function checkBrowser () {
-        if (cordova.platformId === 'browser' && (require('./isChrome')() || require('./isSafari')())) { // eslint-disable-line no-undef
+        if (cordova.platformId === 'browser' && require('./isChrome')()) { // eslint-disable-line no-undef
             module.exports = window.requestFileSystem || window.webkitRequestFileSystem;
             return true;
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org