webview
This commit is contained in:
parent
786f077bd6
commit
f2335506b0
|
|
@ -9,7 +9,7 @@
|
|||
' return function() {',
|
||||
' var args = Array.prototype.slice.call(arguments);',
|
||||
' var result = prompt("bridge:" + method, JSON.stringify(args));',
|
||||
' try { return JSON.parse(result); } catch(e) { return result; }',
|
||||
' return result;',
|
||||
' };',
|
||||
' }',
|
||||
' });',
|
||||
|
|
|
|||
Loading…
Reference in New Issue