mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 22:21:04 +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.setIsPreventEvaluate = function(flag) {
|
||||||
this.isPreventEvaluate = true;
|
this.isPreventEvaluate = flag;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setBinPath = function(path) {
|
this.setBinPath = function(path) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user