提交 54731cdc 编写于 作者: J James Birtles 提交者: Kamran Ahmed

Add immediate param to Driver.reset in typings (#99)

上级 fa1c5814
......@@ -86,7 +86,7 @@ declare module 'driver.js' {
/**
* Resets the steps and clears the overlay
*/
public reset(): void;
public reset(immediate?: boolean): void;
/**
* Checks if there is any highlighted element or not
......@@ -728,4 +728,4 @@ declare module 'driver.js' {
}
export = Driver;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册