mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 23:14:58 +00:00
Update chrome.js
This commit is contained in:
parent
e848b5d116
commit
fd081bc1ef
|
@ -819,8 +819,6 @@ var ChromeObject = function() {
|
||||||
;
|
;
|
||||||
return this.evaluate(s);
|
return this.evaluate(s);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.scrollTo = function(x, y) {
|
this.scrollTo = function(x, y) {
|
||||||
return this.evaluate('window.scrollTo(parseInt(' + x + '), parseInt(' + y + '))');
|
return this.evaluate('window.scrollTo(parseInt(' + x + '), parseInt(' + y + '))');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user