Skip to content

Commit 05278a1

Browse files
committed
Merge pull request DefinitelyTyped#4291 from abakirov/arguments
Dojo - Support TypeScript 1.5
2 parents bb75412 + 5ffefe5 commit 05278a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/dojo.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3098,7 +3098,7 @@ declare module dojo {
30983098
*/
30993099
class Stateful {
31003100
constructor();
3101-
inherited: {(arguments: IArguments): any};
3101+
inherited: {(args: IArguments): any};
31023102
/**
31033103
* Get a property on a Stateful instance.
31043104
* Get a named property on a Stateful object. The property may

0 commit comments

Comments
 (0)