mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Invalid use of 'arguments'. Class definitions are automatically in strict mode.
This commit is contained in:
2
dojo/dojo.d.ts
vendored
2
dojo/dojo.d.ts
vendored
@@ -3098,7 +3098,7 @@ declare module dojo {
|
||||
*/
|
||||
class Stateful {
|
||||
constructor();
|
||||
inherited: {(arguments: IArguments): any};
|
||||
inherited: {(args: IArguments): any};
|
||||
/**
|
||||
* Get a property on a Stateful instance.
|
||||
* Get a named property on a Stateful object. The property may
|
||||
|
||||
Reference in New Issue
Block a user