Update angular-scenario.d.ts

'enter' lacks return-type annotation, implicitly has an 'any' return type
This commit is contained in:
damianog
2013-12-13 19:49:11 +01:00
parent 7469c06f42
commit 0e8a450390
+1 -1
View File
@@ -80,7 +80,7 @@ declare module angularScenario {
}
export interface Input {
enter(value: any);
enter(value: any): any;
check(): any;
select(radioButtonValue: any): any;
val(): Future;