_V_ is deprecated

Use videojs instead
This commit is contained in:
Martin D.
2014-04-14 14:25:46 -04:00
parent 011d165c37
commit c238b5c284

View File

@@ -1,7 +1,7 @@
// Tests for Video.js API
/// <reference path="videojs.d.ts" />
_V_("example_video_1").ready(function(){
videojs("example_video_1").ready(function(){
var myPlayer:VideoJSPlayer = this;
@@ -70,4 +70,4 @@ _V_("example_video_1").ready(function(){
};
//myPlayer.addEvent("volumechange", myFunc);
//myPlayer.removeEvent("volumechange", myFunc);
});
});