Added a couple of missing semicolons.

This commit is contained in:
Bill Armstrong
2014-12-14 10:18:50 -05:00
parent 4b3b00d6d2
commit a8d7b34eda
+2 -2
View File
@@ -3404,7 +3404,7 @@ declare module webdriver {
* @return {!webdriver.WebDriver.TargetLocator} The target locator interface for
* this instance.
*/
switchTo(): WebDriverTargetLocator
switchTo(): WebDriverTargetLocator;
//endregion
}
@@ -3979,7 +3979,7 @@ declare module webdriver {
* WebDriver wire protocol.
* @see http://code.google.com/p/selenium/wiki/JsonWireProtocol
*/
getId(): webdriver.promise.Promise<IWebElementId>
getId(): webdriver.promise.Promise<IWebElementId>;
/**
* Schedules a command to retrieve the inner HTML of this element.