_V_ is deprecated

Use videojs instead
This commit is contained in:
Martin D.
2014-04-12 15:50:38 -04:00
parent a821755ea0
commit 011d165c37
+1 -1
View File
@@ -49,4 +49,4 @@ interface VideoJSStatic {
(id: any, options?: VideoJSOptions, ready?: () => void): VideoJSPlayer;
}
declare var _V_:VideoJSStatic;
declare var videojs:VideoJSStatic;