Fixed 'evaluateJavascript' to 'evaluateJavaScript' (phantomjs). (#11921)

This commit is contained in:
Nobuki Yoda
2016-10-12 22:24:46 +09:00
committed by Masahiro Wakame
parent 815ad66282
commit f109a9af28

View File

@@ -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;