Made tests noImplicitAny compliant

This commit is contained in:
John Reilly
2014-08-22 12:14:55 +01:00
parent 1b247dd0c7
commit 639aa3c14d
+1 -1
View File
@@ -580,7 +580,7 @@ interface copyExampleScope {
user: copyExampleUser;
master: copyExampleUser;
update: (copyExampleUser) => any;
update: (copyExampleUser: copyExampleUser) => any;
reset: () => any;
}