mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Invalid use of 'arguments'. Class definitions are automatically in strict mode.
This commit is contained in:
Vendored
+1
-1
@@ -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