Thibault Malbranche před 7 roky
rodič
revize
e3127bb066
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      js/WebViewTypes.js

+ 1
- 1
js/WebViewTypes.js Zobrazit soubor

236
    * Sets whether the webview allow access to file system.
236
    * Sets whether the webview allow access to file system.
237
    * @platform android
237
    * @platform android
238
    */
238
    */
239
-  allowFileAccess: ?boolean,
239
+  allowFileAccess?: ?boolean,
240
 
240
 
241
   /**
241
   /**
242
    * Used on Android only, controls whether form autocomplete data should be saved
242
    * Used on Android only, controls whether form autocomplete data should be saved