mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +00:00
Update chrome.js
This commit is contained in:
parent
3e06104167
commit
66ad0e69af
|
@ -57,7 +57,7 @@ var ChromeObject = function() {
|
|||
};
|
||||
|
||||
this.setIsPreventEvaluate = function(flag) {
|
||||
this.isPreventEvaluate = true;
|
||||
this.isPreventEvaluate = flag;
|
||||
};
|
||||
|
||||
this.setBinPath = function(path) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user