Uh oh!
There was an error while loading. Please reload this page.
Fix type definition of Event constructor - #1837
Fix type definition of Event constructor#1837Sébastien Renault (srenault) wants to merge 1 commit into
Event constructor#1837Conversation
Hi Sébastien Renault (@srenault), I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
There was a problem hiding this comment.
👍
This constructor throws if no name is provided, so this parameter should be considered required.
Mohamed Hegazy (mhegazy)
commented
Jan 29, 2015
Sébastien Renault (@srenault) thanks for the PR. the issue is that this file is actually auto generated from the IE definition files. this makes it easy for us to get an almost accurate DOM definitions without having to update them manually. We plan on updating how the dom typings are generated but for now, we can not make hand edits to this file. If you can log a separate issue, i can get it fixed in our script and update the file. |
Sébastien Renault (srenault)
commented
Jan 29, 2015
Ok, I suspected this. It there anyway in my project to override / add a definition of Event constructor without edit lib.d.ts ? |
Mohamed Hegazy (mhegazy)
commented
Jan 29, 2015
I can not think of one. Ryan Cavanaugh (@RyanCavanaugh) ideas? |
No description provided.