CB-11828: Switching default bridge back to ONLINE_BRIDGE

This commit is contained in:
Joe Bowser
2016-09-08 15:29:00 -07:00
parent 3a33f4c0a6
commit deea0f7e4f
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ var cordova = require('cordova'),
EVAL_BRIDGE: 3
},
jsToNativeBridgeMode, // Set lazily.
nativeToJsBridgeMode = nativeToJsModes.EVAL_BRIDGE,
nativeToJsBridgeMode = nativeToJsModes.ONLINE_EVENT,
pollEnabled = false,
bridgeSecret = -1;