DefinitelyTyped/definitelytyped.github.io

chrome.app.d.ts incorrect

nhrones opened this issue · 1 comments

The <chrome.app.d.ts> file is incorrect.
In module 'chrome.app.window', there are several 'vars' declared near the end, that represent events of the AppWindow interface. They need to be moved to 'interface AppWindow' in the same module.
Modules(namespaces) can't have events. These events were incorrectly or vaguely documented on Google's documentation for 'chrome.app.window'.

Please move to this repository : https://github.com/borisyankov/DefinitelyTyped/issues to have someone fix it.