From 011d165c37507e2be4d8ca1787b250bf35fe38a7 Mon Sep 17 00:00:00 2001 From: "Martin D." Date: Sat, 12 Apr 2014 15:50:38 -0400 Subject: [PATCH] _V_ is deprecated Use videojs instead --- videojs/videojs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;