Make evaluateJavaScript brige default

This closes #320
This commit is contained in:
Simon MacDonald
2016-03-13 22:39:47 -04:00
committed by Joe Bowser
parent bb96bb9a88
commit 047ed52d60
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -901,7 +901,7 @@ var cordova = require('cordova'),
EVAL_BRIDGE: 3
},
jsToNativeBridgeMode, // Set lazily.
nativeToJsBridgeMode = nativeToJsModes.ONLINE_EVENT,
nativeToJsBridgeMode = nativeToJsModes.EVAL_BRIDGE,
pollEnabled = false,
bridgeSecret = -1;