Merge pull request #8381 from wilgert/patch-1

use correct typing for Raven.Plugins
This commit is contained in:
Masahiro Wakame
2016-03-04 23:04:44 +09:00
+1 -1
View File
@@ -58,7 +58,7 @@ interface RavenStatic {
/** Raven.js version. */
VERSION: string;
Plugins: RavenPlugin[];
Plugins: { [id: string]: RavenPlugin };
/*
* Allow Raven to be configured as soon as it is loaded