From 1bf4e93da105fbf731337b74ac97e5ff4f30de9f Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Mon, 18 May 2015 18:41:53 -0700 Subject: [PATCH] CB-8417 updated platform specific files from cordova.js repo --- cordova-js-src/exec.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cordova-js-src/exec.js b/cordova-js-src/exec.js index b9112d78..fa8b41be 100644 --- a/cordova-js-src/exec.js +++ b/cordova-js-src/exec.js @@ -51,11 +51,7 @@ var cordova = require('cordova'), // For the ONLINE_EVENT to be viable, it would need to intercept all event // listeners (both through addEventListener and window.ononline) as well // as set the navigator property itself. - ONLINE_EVENT: 2, - // Uses reflection to access private APIs of the WebView that can send JS - // to be executed. - // Requires Android 3.2.4 or above. - PRIVATE_API: 3 + ONLINE_EVENT: 2 }, jsToNativeBridgeMode, // Set lazily. nativeToJsBridgeMode = nativeToJsModes.ONLINE_EVENT,