- Added "typeof" keyword to module declarations that return class definitions in dojo.d.ts and dijit.d.ts

- Added inherited method to dojo/Stateful. This is really added when dojo/_base/declare creates the class, but TypeScript doesn't know how to do that so I put it in a common base class for convenience.
- various other fixes
This commit is contained in:
Mike Van Sickle
2014-12-12 13:59:22 -05:00
parent db04c56770
commit 198acaa6e5
2 changed files with 26668 additions and 105266 deletions
+26625 -105223
View File
File diff suppressed because one or more lines are too long