mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fixed 'evaluateJavascript' to 'evaluateJavaScript' (phantomjs). (#11921)
This commit is contained in:
committed by
Masahiro Wakame
parent
815ad66282
commit
f109a9af28
2
phantomjs/phantomjs.d.ts
vendored
2
phantomjs/phantomjs.d.ts
vendored
@@ -89,7 +89,7 @@ interface WebPage {
|
||||
deleteCookie(cookieName: string): boolean;
|
||||
evaluate(fn: Function, ...args: any[]): any;
|
||||
evaluateAsync(fn: Function): void;
|
||||
evaluateJavascript(str: string): any; // :TODO: elaborate this when documentation improves
|
||||
evaluateJavaScript(str: string): any; // :TODO: elaborate this when documentation improves
|
||||
getPage(windowName: string): WebPage;
|
||||
go(index: number): void;
|
||||
goBack(): void;
|
||||
|
||||
Reference in New Issue
Block a user