diff --git a/videojs/videojs.d.ts b/videojs/videojs.d.ts index 1c53eefaf..2cfa711b3 100644 --- a/videojs/videojs.d.ts +++ b/videojs/videojs.d.ts @@ -49,4 +49,4 @@ interface VideoJSStatic { (id: any, options?: VideoJSOptions, ready?: () => void): VideoJSPlayer; } -declare var _V_:VideoJSStatic; +declare var videojs:VideoJSStatic;