Change interface name (remove the first letter 'I')

This commit is contained in:
tkQubo
2015-08-26 01:48:47 +09:00
parent fbdc1b9112
commit 052725d749
5 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ declare module 'gulp-protractor' {
interface IGulpProtractor {
getProtractorDir(): string;
protractor(options?: IOptions): NodeJS.ReadWriteStream;
webdriver_standalone: gulp.ITaskCallback;
webdriver_update: gulp.ITaskCallback;
webdriver_standalone: gulp.TaskCallback;
webdriver_update: gulp.TaskCallback;
}
var protractor: IGulpProtractor;